Skip to content
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

Closed
wants to merge 33 commits into from
Closed

Mco/feat base server #102

wants to merge 33 commits into from

Conversation

Djangss
Copy link
Collaborator

@Djangss Djangss commented Nov 29, 2024

No description provided.

@Djangss Djangss added the feat Creation of a feature label Nov 29, 2024
@Djangss Djangss added this to the MVP milestone Nov 29, 2024
Copy link
Member

@Mael-RABOT Mael-RABOT left a 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

doc/requirement.txt Outdated Show resolved Hide resolved
server/config.json Outdated Show resolved Hide resolved
server/config.json Show resolved Hide resolved
server/config.json Outdated Show resolved Hide resolved
server/config.json Show resolved Hide resolved
server/docs/swagger.yaml Outdated Show resolved Hide resolved
Comment on lines +25 to +27
password := c.PostForm("password")
var user models.User
db.DB.Where("email = ? AND password = ?", email, password).First(&user)
Copy link
Member

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)

server/internal/controllers/rabitmq.go Show resolved Hide resolved
mathieu-brl

This comment was marked as outdated.

@mathieu-brl mathieu-brl self-requested a review November 29, 2024 16:35
Copy link
Member

@mathieu-brl mathieu-brl left a 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é

@Djangss Djangss closed this Dec 2, 2024
@Djangss Djangss deleted the mco/feat-base-server branch December 2, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Creation of a feature
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

4 participants