summaryrefslogtreecommitdiff
path: root/src/services
AgeCommit message (Collapse)Author
2023-07-02Changes to jwt claimsmrw1593
2023-07-01Put audience in the JWTmrw1593
2023-06-30Added config filemrw1593
2023-06-22Implement the password grantmrw1593
2023-06-18Implement refresh token grantmrw1593
2023-06-18Implement the client credentials flowmrw1593
2023-06-11Implement the authorization code grantmrw1593
2023-06-06Add new endpoints for allowed and default scopesmrw1593
2023-06-05Update existing endpoints to have client scopesmrw1593
2023-06-04Setup JWT utilitymrw1593
2023-05-29Add basic authorization to the token endpointmrw1593
2023-05-29Create stubbed endpoints for authorizationmrw1593
2023-05-29Create service for parsing Basic Authorizationmrw1593
2023-05-29Add clients to the APImrw1593
2023-05-29Create a Client structmrw1593
2023-05-29Add an example for the config functionmrw1593
2023-05-29Update documentationmrw1593
2023-05-29Fix bugmrw1593
2023-05-29Change user_id to idmrw1593
2023-05-29Add the ability to search usersmrw1593
2023-05-29Make secrets more secretmrw1593
2023-05-29Add a login endpoint that does nothingmrw1593
2023-05-29Create get requests for usersmrw1593
2023-05-29Allow PUTs to individual fieldsmrw1593
2023-05-29Add an update_user endpointmrw1593
2023-05-29Create usermrw1593
2023-03-19Implement password hashingmrw1593
2023-03-19Setup sqlxmrw1593