pow-auth / pow_site

Website for Pow
https://powauth.com
MIT License
4 stars 2 forks source link

Guide on OAuth or similar provider login without storing anything to DB #7

Open danschultzer opened 4 years ago

danschultzer commented 4 years ago

This could be a very useful for guide for developers who just wants to have ephemeral sessions based on provider auth, and nothing is stored. I've previously done this with admin auth.

I've been working on separating the provider logic from the PowAssent package to have a functional library for multi-provider auth.