You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: adds an expires field to the bearer token response (#676)
* docs: adds an expires field to the bearer token response
Where a bearer token is returned to the client for future use, optionally include an `expires` field which indicates the latest time that it will be treated as valid.
The server is free to expire tokens at any time so this field is purely advisory.
Fixes#674
* chore: switch to RFC3339
0 commit comments