The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
GNU Affero General Public License v3.0
59
stars
6
forks
source link
Figure out how auth will work with Axum #45
Closed
CheatCod closed 2 years ago
Intention:
Research into Axum to see how to do auth & user permissions.
Assume the user database is a kv store with the ability to get specific permissions of the user.
A small demo of the process would be nice.
Why is it necessary:
Lodestone needs auth and permissions.