SohoHouse / nuxt-oauth

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

support `authenticated` as a function #16

Closed tuqire closed 6 years ago

tuqire commented 6 years ago

can now support the option authenticated being a function which returns a bool.

Also updated test scripts lightly.