Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit d9c505e

Browse files
Fix README according to recent changes (access token expiration).
1 parent 3f31224 commit d9c505e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ track of the account identifier (supplied by the application), client identifier
642642
client).
643643

644644
An `Rack::OAuth2::Server::AccessToken` is created by copying values from an `AuthRequest` or `AccessGrant`, and remains
645-
in effect until revoked. (OAuth 2.0 access tokens can also expire, but we don't support expiration at the moment)
645+
in effect until revoked. OAuth 2.0 access tokens can also expire, `Rack::OAuth2::Server::AccessToken` has `expires_at` field.
646646

647647
### Issuer
648648

0 commit comments

Comments
 (0)