Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-02 | Replace colon with hyphen in html element names | Frederick Muriuki Muriithi | |
Colons have special meanings in CSS rules. This means that having names with colons in them is a recipe for annoying, difficult to track bugs. | |||
2024-04-26 | Pass redirect_uri fields in POST. Use full URL | Frederick Muriuki Muriithi | |
Pass in the missing redirect_uri value along with login data. Use the full URI (complete with request args) as the form's action. This resolves the error raised when wrong credentials are provided. | |||
2024-03-26 | Rename to gn-auth | Frederick Muriuki Muriithi | |
2024-02-27 | Update base template. | Frederick Muriuki Muriithi | |
2024-01-29 | Error handling: Handle 404 error. | Frederick Muriuki Muriithi | |
2023-11-17 | Setup path to static paths correctly. | Frederick Muriuki Muriithi | |
2023-08-07 | Change imports to new unified db module. | Frederick Muriuki Muriithi | |