mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-13 12:11:33 -06:00
Add TODOs for planning
This commit is contained in:
@@ -204,6 +204,11 @@ async fn main() {
|
||||
|
||||
let static_dir = StaticDir::new(["./public"]).defaults("index.html");
|
||||
|
||||
// TODO: Move handlers to a separate file
|
||||
// TODO: Improved Token Generation
|
||||
// TODO: Advanded HMAC Verification
|
||||
// TODO: Session Purging
|
||||
|
||||
let router = Router::new()
|
||||
.hoop(CatchPanic::new())
|
||||
.hoop(cors)
|
||||
|
||||
Reference in New Issue
Block a user