Implement authentication on backend

This commit is contained in:
2024-02-04 21:22:49 -05:00
parent 7013b2e22e
commit 8f9d7b5bc5
2 changed files with 66 additions and 0 deletions

View File

@ -1,4 +1,5 @@
pub mod app;
pub mod auth;
pub mod songdata;
pub mod playstatus;
pub mod playbar;