nulab / scala-oauth2-provider

OAuth 2.0 server-side implementation written in Scala
MIT License
537 stars 97 forks source link

Fix expired stored token #95

Closed tsuyoshizawa closed 8 years ago

tsuyoshizawa commented 8 years ago

When get expired stored token, it should be as new access token.

tsuyoshizawa commented 8 years ago

Thanks. I close this PR.

If user want to cached token on implicit grant, check and return None value on getStoredAccessToken method.