atinux / nuxt-auth-utils

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

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

Open zangetsu02 opened 1 month ago

zangetsu02 commented 1 month ago

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

atinux commented 1 month ago

Related to #194

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