authcrunch / authcrunch.github.io

Documentation for Caddy v2 Auth Portal and Authorize Plugins.
77 stars 32 forks source link

Feature request: store users in database #59

Open taophp opened 3 months ago

taophp commented 3 months ago

Storing users in a local file is great, but it should be great also if you provide the ability to store them in a database like PostgreSQL. It should be even easier to handle automatic user activation in this case.

greenpau commented 3 months ago

@taophp , once I finish the API endpoints, I will move to the implementation of a distributed identity store.