index
:
rust-pw-server
main
A simple example of an OAuth2 server
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-07-02
Changes to jwt claims
mrw1593
2023-07-01
Put audience in the JWT
mrw1593
2023-06-30
Added config file
mrw1593
2023-06-27
Error handling
mrw1593
2023-06-22
Implement the password grant
mrw1593
2023-06-18
A couple more errors
mrw1593
2023-06-18
error page
mrw1593
2023-06-18
Implement refresh token grant
mrw1593
2023-06-18
A little error handling for the authorize endpoint
mrw1593
2023-06-18
Implement the password grant
mrw1593
2023-06-18
Implement the client credentials flow
mrw1593
2023-06-11
Implement the authorization code grant
mrw1593
2023-06-06
Add new endpoints for allowed and default scopes
mrw1593
2023-06-05
Update existing endpoints to have client scopes
mrw1593
2023-06-04
Delete expired tokens
mrw1593
2023-06-04
Setup JWT utility
mrw1593
2023-06-03
Set up scoping service
mrw1593
2023-06-03
Rename ClientRequest struct to camelCase
mrw1593
2023-06-03
Fixed security bugs with reading files
mrw1593
2023-05-29
Optional authorization
mrw1593
2023-05-29
Add basic authorization to the token endpoint
mrw1593
2023-05-29
Stub out a token endpoint
mrw1593
2023-05-29
Filled out the rest of the query parameters
mrw1593
2023-05-29
Create stubbed endpoints for authorization
mrw1593
2023-05-29
Create service for parsing Basic Authorization
mrw1593
2023-05-29
Add clients to the API
mrw1593
2023-05-29
Create a Client struct
mrw1593
2023-05-29
Started on frontend
mrw1593
2023-05-29
Load `.env` file
mrw1593
2023-05-29
Add Content-Language to errors
mrw1593
2023-05-29
Added logging support
mrw1593
2023-05-29
Add an example for the config function
mrw1593
2023-05-29
Update documentation
mrw1593
2023-05-29
Fix bug
mrw1593
2023-05-29
Change user_id to id
mrw1593
2023-05-29
Add the ability to search users
mrw1593
2023-05-29
Make secrets more secret
mrw1593
2023-05-29
Add a login endpoint that does nothing
mrw1593
2023-05-29
Create get requests for users
mrw1593
2023-05-29
Add services
mrw1593
2023-05-29
Allow PUTs to individual fields
mrw1593
2023-05-29
Add an update_user endpoint
mrw1593
2023-05-29
Create user
mrw1593
2023-03-19
Implement password hashing
mrw1593
2023-03-19
Setup sqlx
mrw1593
2023-03-15
Created a basic HttpServer
mrw1593
2023-03-15
Initial commit
mrw1593