We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@magicsung 最近在用node js實作使用者登入,關於Token應該包含哪些東西,請問有大大可以提示一下嗎? 目前是只有把user ID包進Token,server收到token解開後用id去認user,這樣的做法妥當嗎?
@metavige 可以試試 jwt https://github.com/auth0/node-jsonwebtoken node-jsonwebtoken - JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@magicsung 最近在用node js實作使用者登入,關於Token應該包含哪些東西,請問有大大可以提示一下嗎?
目前是只有把user ID包進Token,server收到token解開後用id去認user,這樣的做法妥當嗎?
@metavige 可以試試 jwt
https://github.com/auth0/node-jsonwebtoken
node-jsonwebtoken - JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html
The text was updated successfully, but these errors were encountered: