Skip to content

providing JWT (JSON Web Token) to use NodeBB user as access to other apps

License

Notifications You must be signed in to change notification settings

bsparks/nodebb-plugin-jwt

Repository files navigation

NodeBB JWT Generator

NodeBB Plugin that provides a JWT (JSON Web Token) to use as access to other apps via shared secret.

Installation

npm install nodebb-plugin-jwt

Configuration

  1. Set your shared secret in the admin console
  2. Visit /api/jwt and grab your encrypted token
  3. Decode the token in another app, now NodeBB is your user base.

About

providing JWT (JSON Web Token) to use NodeBB user as access to other apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published