TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

User invitations are enabled by default #367

Closed byewokko closed 2 months ago

byewokko commented 2 months ago

The minimal credential config is now:

[mongo]
uri=mongodb://localhost:27017/
database=auth

[asab:storage]
type=mongodb
aes_key=...

[seacatauth:credentials:mongodb:default]