aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
enable-key-rotationHandle generic exception and return a value.Frederick Muriuki Muriithi8 months
enable-sending-emailsRaise explicit error messages for more graceful handling.Frederick Muriuki Muriithi10 months
handle-role-privilege-escalationList users assigned a particular role on a specific resource.Frederick Muriuki Muriithi10 months
mainAdd missing fix: Make display of minutes more human-friendly.Frederick Muriuki Muriithi14 days
 
TagDownloadAuthorAge
genenetwork-system-v1.0.0gn-auth-genenetwork-system-v1.0.0.tar.gz  Frederick Muriuki Muriithi7 weeks
 
AgeCommit messageAuthor
2024-06-03Raise explicit error messages for more graceful handling.enable-sending-emailsFrederick Muriuki Muriithi
2024-06-03Log 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-03Handle 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-03Update docs on launching the application.Frederick Muriuki Muriithi
2024-06-03Provide endpoint for verification and do verificationFrederick Muriuki Muriithi
2024-06-03Send verification email on registration.Frederick Muriuki Muriithi
2024-06-03Use 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-03Move 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-03Save the creation date and verification status.Frederick Muriuki Muriithi
2024-06-03Update db schema to allow user verification.Frederick Muriuki Muriithi
[...]