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

fix : removed the fetch in /delete and replaced it with auxiliary function #142

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

BichraiX
Copy link
Collaborator

Fixed the fetch to self in /delete endpoint.

@BichraiX BichraiX requested a review from guimard August 19, 2024 12:27
return hash.ready.then(() => {
return clientServer.matrixDb.insert('users', {
...commonUserData,
password_hash: hash.sha256(password) // TODO: Handle other hashing algorithms

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
refresh_token_id: refreshTokenId
}) // TODO : Add a token_lifetime in the config, replace the id with a correct one, and fill the 'puppets_user_id' row with the right value
}) // TODO : replace the id with a correct one, and fill the 'puppets_user_id' row with the right value

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
@guimard guimard merged commit d0c4194 into full-id-service Aug 19, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants