No description
Find a file
some-dev a4a5731a1b core backend "complete"
- Fixed a error in the design of JWT issuing in jwt.rs. It now provides a
  session UUID to the client for which the server maps to user UUID, The user
  login endpoints has been updated accordingly in accordance to this change.
- Added two new types two types.rs to differentiate between the different
  metadata access for authenticated and unauthenticated users.
- Added a few new queries to db.rs to assist in the new endpoints.
- Added endpoints for files.
- Added two more endpoints to admin
- cargo.toml has a new dependancy
2026-07-04 16:58:26 +01:00
migrations added admin login and invite token endpoints, with error handling. 2026-07-01 15:40:24 +01:00
src core backend "complete" 2026-07-04 16:58:26 +01:00
.gitignore added db operations for uesrs, files and admin. Added a dir to .gitignore 2026-06-28 13:32:22 +01:00
Cargo.toml core backend "complete" 2026-07-04 16:58:26 +01:00
LICENSE Initial commit 2026-06-19 14:11:40 +01:00
README.md Initial commit 2026-06-19 14:11:40 +01:00

some-share