edenspiekermann / craft-jwt-auth

Enable authentication to Craft through the use of Javascript Web Tokens (JWT)
MIT License
5 stars 16 forks source link

Craft JWT-auth use with CraftCMS🤔 ... #10

Open titanve opened 4 years ago

titanve commented 4 years ago

Hello! I would like to know how to use the plugin in order to generate a token and use it with my database in order to get some info from it, please I would some help. Right now I have a nodejs/express server using const jwt = require("jsonwebtoken");.

Thank you in advance.