aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/wsgi.py
AgeCommit message (Collapse)Author
32 hoursMove logging setup functions to gn_auth.__init__.py moduleFrederick Muriuki Muriithi
To ensure that logging will always be setup correctly, move the functions into the __init__.py module and call it within the create_app(..) function as before.
2024-08-14docs: update documentation to reflect new secrets handlingJohn Nduli
2024-08-02feat: improve local set up utility functionsJohn Nduli
Ensures running `init_dev_users` and `init_dev_clients` multiple times succeeds and updates the local database entry. Also provide a custom flag to set the gn2's client url and add jwt-bearer to list of accepted grants.
2024-07-17Remove flask CLI commandFrederick Muriuki Muriithi
We run the scripts directly, not via flask.
2024-04-24Move entry-point wsgi.py file/script to gn_auth packageFrederick Muriuki Muriithi