Branch | Commit message | Author | Age | |
---|---|---|---|---|
enable-key-rotation | Handle generic exception and return a value. | Frederick Muriuki Muriithi | 8 months | |
enable-sending-emails | Raise explicit error messages for more graceful handling. | Frederick Muriuki Muriithi | 10 months | |
handle-role-privilege-escalation | List users assigned a particular role on a specific resource. | Frederick Muriuki Muriithi | 10 months | |
main | Add missing fix: Make display of minutes more human-friendly. | Frederick Muriuki Muriithi | 14 days | |
Tag | Download | Author | Age | |
genenetwork-system-v1.0.0 | gn-auth-genenetwork-system-v1.0.0.tar.gz | Frederick Muriuki Muriithi | 7 weeks | |
Age | Commit message | Author | ||
2024-06-03 | Raise explicit error messages for more graceful handling.enable-sending-emails | Frederick Muriuki Muriithi | ||
2024-06-03 | Log out emails in debug mode.•••Log out emails sent when the application is in debug mode to help with maintenance efforts. | Frederick Muriuki Muriithi | ||
2024-06-03 | Handle unverified emails•••If a user provides the correct credentials to login, but they are unverified, redirect them to the email verification page, where they are provided with a chance to verify their email, or send a new verification code. | Frederick Muriuki Muriithi | ||
2024-06-03 | Update docs on launching the application. | Frederick Muriuki Muriithi | ||
2024-06-03 | Provide endpoint for verification and do verification | Frederick Muriuki Muriithi | ||
2024-06-03 | Send verification email on registration. | Frederick Muriuki Muriithi | ||
2024-06-03 | Use asdict(...)•••Use dataclasses.asdict function to generate the dict that will be used for the response rather than building it up manually. | Frederick Muriuki Muriithi | ||
2024-06-03 | Move user creation from db resultset into static method•••Creation of a User object from the database resultset will mostly be the same. This commit moves the repetitive code into a static method that can be called wherever we need it. This improves maintainability, since we only ever need to do an update in one place now. | Frederick Muriuki Muriithi | ||
2024-06-03 | Save the creation date and verification status. | Frederick Muriuki Muriithi | ||
2024-06-03 | Update db schema to allow user verification. | Frederick Muriuki Muriithi | ||
[...] |