emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.09k stars 72 forks source link

Made AuthMembership, Group, permission customizable through Auth #466

Closed SvenKeimpema closed 1 year 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