aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/wsgi.py
AgeCommit message (Collapse)Author
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