aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/auth/controller.go
AgeCommit message (Collapse)Author
29 hoursbug fix where refreshing wasn't workingv0.12.1Vidhu Kant Sharma
29 hoursadded refresh token versioningv0.12.0Vidhu Kant Sharma
2023-10-04added basic token refreshingVidhu Kant Sharma
2023-09-10actually hashing and comparing passwords (not empty strings)Vidhu Kant Sharma
2023-09-10validating email upon user sign upVidhu Kant Sharma
2023-09-09logging in with either username or emailVidhu Kant Sharma
2023-09-03different customers for different usersVidhu Kant Sharma
2023-09-03generating an access and refresh token upon loginVidhu Kant Sharma
2023-09-03added login with idVidhu Kant Sharma
2023-09-02added sign-inVidhu Kant Sharma