users table endpoints. auth to fix

This commit is contained in:
2025-07-25 18:38:24 +03:00
parent e729e84872
commit 08d2ebb1b7
21 changed files with 734 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# picrinth-server
# Picrinth server
Server part for the Picrinth app
This is a Server part for the Picrinth app.
This version is written in python and there are plans to rewrite it to the Golang so stay tuned!
Generate key:
``` sh
openssl rand -hex 32
```