This website requires JavaScript.
Explore
Help
Sign in
mbess
/
minauthator
Watch
1
Star
0
Fork
You've already forked minauthator
0
Code
Issues
Pull requests
Projects
1
Releases
Packages
Activity
Actions
d982f2af0d
minauthator
/
lib
/
http_server
/
src
/
controllers
/
api
/
mod.rs
6 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: structure of an hexagonal architecture Created a kernel crate to store models and future action implementations. Will be useful to create admin cli.
2024-11-28 12:47:00 +01:00
pub
mod
index
;
feat(oauth2): get access token route and read basic user info
2024-11-11 14:49:17 +01:00
pub
mod
oauth2
;
pub
mod
read_user
;
feat(openid): add well-known openid config page
2024-11-11 21:43:39 +01:00
pub
mod
openid
;
feat: user avatar as public asset
2024-12-04 18:25:56 +01:00
pub
mod
public_assets
;
Reference in a new issue
Copy permalink