Age | Commit message (Expand) | Author |
---|---|---|
2024-09-04 | Introduce wrapper that validates tokens...Validate token and pass it on to functions that require more fine-grained authorisation checks. | Frederick Muriuki Muriithi |
2024-08-08 | Fix linting issues. | Frederick Muriuki Muriithi |
2024-08-06 | Avoid hitting auth server to check for token...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. | Frederick Muriuki Muriithi |
2024-07-26 | authorisation module: utilities for basic authorisation. | Frederick Muriuki Muriithi |