SohoHouse / nuxt-oauth

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

Allow cookie options to be set on client-sessions #63

Open hamishhossack opened 4 years ago

hamishhossack commented 4 years ago

Add nuxt-oauth options for client-sessions cookie options.


['nuxt-oauth', { cookie: { sameSite: 'strict' } }]