emmett-framework / emmett

The web framework for inventors
Other
1.03k stars 70 forks source link

Made AuthMembership, Group, permission customizable through Auth #466

Closed SvenKeimpema closed 10 months ago

SvenKeimpema commented 1 year ago

fix: exposed models in emmett/tools/auth/init.py and made membership, group and permission model customizable.

this is done by adding auth membership, group, permission to use_database and adding _set_model_config

SvenKeimpema commented 1 year ago

@gi0baro all of the requested changes should have been, tell me if you need any other changes to be made