plugin sso handle with jwt

control1390

New member
Hello
I have a site with NodeJS that I manage the login and registration process with jwt
My question is, does xenforo have a plugin that can handle login with sso
On the main site, I can use jwt to create a token with payload and required data (such as username, etc.).
It would be great if there is a plugin on the xenforo side that decodes the token and if it is valid registers the user, and log in if it is already registered.
 
Top Bottom