SohoHouse / nuxt-oauth

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

Moved up store injection. Bumped nuxt version. #21

Closed stabback closed 6 years ago

stabback commented 6 years ago

Injecting the store at the middleware level prevents plugins and nuxtServerInit from having access to the user object on the server.

Bumped up nuxt version as rc12 for 1.0 was failing. 1.0.0 runs fine.