CONFIG_JWT

JSON Web Token generation

Type: bool

Help

Enable creation of JWT tokens

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/jwt/Kconfig:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:26

Menu path: (Top) → Sub Systems and OS Services

menuconfig JWT
    bool "JSON Web Token generation"
    select JSON_LIBRARY
    help
      Enable creation of JWT tokens

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)