nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

Multiple header tokens #1779

Open Flo2315 opened 2 years ago

Flo2315 commented 2 years ago

Is your feature request related to a problem? Please describe.

We use Devise with rails on the API side and our authentication mode is not managed with a single token but several from the header of the request ['access-token', 'client', 'uid', 'token-type ']. In V5 would it be possible to consider this authentication strategy? I think many people use this authentication method and can only be better for the auth module 🚀 💪 Of course we can discuss it and if you need help I'm in