atinux / nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.
MIT License
883 stars 84 forks source link

Can i use this module with my custom login? #198

Open zangetsu02 opened 1 week ago

zangetsu02 commented 1 week ago

I want to use this module with an governament italian OAuth Provider (SPID), its possibile to create a custom one?

atinux commented 3 days ago

Related to #194

But you can create your own OAuth handler by looking at how the others are implemented.