auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
622 stars 303 forks source link

Clarify obtaining a refresh token that can be used to obtain JWT acce… #984

Closed davidwarshaw closed 4 weeks ago

davidwarshaw commented 5 months ago

…ss tokens in docs

Changes

Adds a password grant example to EXAMPLES.md to explain how to get a refresh token that can be used to subsequently obtain JWT access tokens, instead of opaque tokens.

References

GH Issue: https://github.com/auth0/node-auth0/issues/983 Community forum issue: https://community.auth0.com/t/auth0-node-refresh-grant-missing-payload/125305

Testing

Doc change only.

Checklist

frederikprijck commented 4 weeks ago

Closing due to inactivity.