TheTrueHonker / DSA-Kaempfer

An online app for managing characters in DSA
GNU General Public License v3.0
0 stars 0 forks source link

Navigation Menu #8

Closed TheTrueHonker closed 2 days ago

TheTrueHonker commented 3 weeks ago

A navigation manu for all (future) items:

Yagnnoz commented 3 weeks ago

Just creating the buttons is not a problem, but for Login / Registration to work, we would need a working backend and I would propose not doing login on our own. We can use OAuth with Google (or another social login provider) instead. This way we don't have to store passwords and the full authentication flow is not in our hands

TheTrueHonker commented 3 weeks ago

This issue is only for the navigation menu itself. The pages will have issues on their own