简体   繁体   中英

Single sign on using nodejs and jwt

Can we create a single sign on with multiple NodeJs applications? Main application is using JWT authentication. I want to use same user authentication to work in other applications without having complete user profile information.

Yes you can. Include whatever information is useful for you when signing your jwt token. Send this token to the other applications, verify it and you can authenticate the user.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM