Basic OpenID Provider
Go to file
2022-04-02 19:23:32 +02:00
assets Display login page 2022-03-30 11:00:20 +02:00
src Restrict access to admin routes 2022-04-02 19:23:32 +02:00
templates Restrict access to admin routes 2022-04-02 19:23:32 +02:00
.gitignore Automatically create admin on first start 2022-03-29 19:32:31 +02:00
Cargo.lock Start to implement auth middleware 2022-04-02 15:44:09 +02:00
Cargo.toml Start to implement auth middleware 2022-04-02 15:44:09 +02:00
README.md Add actix-identity crate 2022-03-30 16:58:00 +02:00
renovate.json Add renovate.json 2022-04-01 00:10:26 +00:00

TODO list

  • Bruteforce protection
  • CRSF protection