-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mco/feat base server #102
Mco/feat base server #102
Conversation
Signed-off-by: Mael-RABOT <[email protected]>
Signed-off-by: Mael-RABOT <[email protected]>
feat(background): add bg on login & register
docs(readme): add readme
Signed-off-by: Mael-RABOT <[email protected]>
docs(sphinx): add base doc for all project component
Signed-off-by: Charles Madjeri <[email protected]>
feat(workflows): deploy documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manque de documentation dans docs/sources/Server
password := c.PostForm("password") | ||
var user models.User | ||
db.DB.Where("email = ? AND password = ?", email, password).First(&user) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
les mdp ne sont pas encryptés ? à faire
argon2 est pas mal pour les mdp (a discuter)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rien à ajouter mis-à-part ce qui a déjà été mentionné
# Conflicts: # docs/requirement.txt
# Conflicts: # server/go.mod # server/go.sum # server/internal/controllers/about.go # server/internal/controllers/auth.go # server/internal/controllers/controllers.go # server/internal/middleware/auth.go # server/internal/routers/routers.go # server/main.go
…to mco/feat-base-server
No description provided.