Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-04 | Introduce wrapper that validates tokens | Frederick Muriuki Muriithi | |
Validate token and pass it on to functions that require more fine-grained authorisation checks. | |||
2024-08-08 | Fix linting issues. | Frederick Muriuki Muriithi | |
2024-08-06 | Avoid hitting auth server to check for token | Frederick Muriuki Muriithi | |
If the user is already logged in, they will have a token. Whether a token is valid or not should be handled elsewhere, not with every single request to gn-uploader, whether or not it requires to access the auth server. | |||
2024-07-26 | authorisation module: utilities for basic authorisation. | Frederick Muriuki Muriithi | |