SohoHouse / nuxt-oauth

Simple OAuth2 integration for your Nuxt app
MIT License
122 stars 27 forks source link

Remove check for refresh token on auth #62

Closed davehwly closed 4 years ago

davehwly commented 4 years ago

Auth currently fails if a token doesn't have a refresh token.

Removing the check for the refresh token to make sure auth works in that situation

davehwly commented 4 years ago

LGTM