Age | Commit message (Collapse) | Author | |
---|---|---|---|
32 hours | Move logging setup functions to gn_auth.__init__.py module | Frederick 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-14 | docs: update documentation to reflect new secrets handling | John Nduli | |
2024-08-02 | feat: improve local set up utility functions | John 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-17 | Remove flask CLI command | Frederick Muriuki Muriithi | |
We run the scripts directly, not via flask. | |||
2024-04-24 | Move entry-point wsgi.py file/script to gn_auth package | Frederick Muriuki Muriithi | |