Lodestone-Team / lodestone_core

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
https://www.lodestone.cc/
GNU Affero General Public License v3.0
60 stars 6 forks source link

Figure out how auth will work with Axum #45

Closed CheatCod closed 2 years ago

CheatCod commented 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.

CheatCod commented 2 years ago

https://blog.logrocket.com/jwt-authentication-in-rust/

CheatCod commented 2 years ago

https://github.com/Owez/axum-auth