Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recomended way to manage users? #67

Closed
jorgerpo opened this issue Mar 5, 2019 · 4 comments
Closed

Recomended way to manage users? #67

jorgerpo opened this issue Mar 5, 2019 · 4 comments
Labels
question Question or problem question-migrate

Comments

@jorgerpo
Copy link

jorgerpo commented Mar 5, 2019

Description

What is the best way to handle users registers, login, pasword changes, unregister?
A way to manage permissions and roles?
Additional context
Something similar to flask-auth , flask -security, flask login?

@jorgerpo jorgerpo added the question Question or problem label Mar 5, 2019
@tiangolo
Copy link
Owner

Sorry for the delay, it would probably be with Dependencies: https://fastapi.tiangolo.com/tutorial/dependencies/first-steps/

As an example, check the project generators:

https://github.com/tiangolo/full-stack-fastapi-postgresql

https://github.com/tiangolo/full-stack-fastapi-couchbase

@tiangolo
Copy link
Owner

I understand these links answer the question, so I'll close this issue. But feel free to add more comments or create new issues.

@frankie567
Copy link
Contributor

Just to put my two cents in, I'm currently working on a library proposing ready-to-use auth-related routes and base user model: https://github.com/frankie567/fastapi-users

The goal is to deliver the basic/boring/ever-repeating logic while giving the developer enough room to customize it to their needs.

@euri10
Copy link
Contributor

euri10 commented Oct 25, 2019 via email

@tiangolo tiangolo changed the title [QUESTION] Recomended way to manage users? Recomended way to manage users? Feb 24, 2023
@tiangolo tiangolo reopened this Feb 28, 2023
Repository owner locked and limited conversation to collaborators Feb 28, 2023
@tiangolo tiangolo converted this issue into discussion #8232 Feb 28, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Question or problem question-migrate
Projects
None yet
Development

No branches or pull requests

4 participants