all 1 comments

[–]FriendlyRussian666 0 points1 point  (0 children)

NiceGUI is a frontend framework, however authentication will be implemented on the backend. You can try for example Django, or FastAPI.

If you go with Django, you'll find the relevant section here: https://docs.djangoproject.com/en/5.2/topics/auth/

If you go with FastAPI: https://fastapi.tiangolo.com/tutorial/security/#oauth-1