This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## auth/signup #86 +/- ##
===============================================
- Coverage 16.52% 16.51% -0.01%
===============================================
Files 250 250
Lines 43417 43441 +24
===============================================
+ Hits 7173 7176 +3
- Misses 35222 35241 +19
- Partials 1022 1024 +2
|
mimoham24
suggested changes
Dec 2, 2021
rot1024
suggested changes
Dec 6, 2021
rot1024
approved these changes
Dec 6, 2021
mimoham24
approved these changes
Dec 6, 2021
mimoham24
added a commit
that referenced
this pull request
Dec 13, 2021
* remove sugnup mutation * new signup logic * merge auth0 and signup logic * lint * revert signup mutation * resolve notes * remove password length * resolve notes * test cases * change comparing method * resolve notes * match password * update user data-layer * feat: password reset (#79) * - password reset * - refactor * - implement the memory repo * - remove unnecessary structs * - fix password reset token validation - add unit test * - fix linting * - fix unit test * - refactor * - replace uuid lib - rename validate method * - fix go mod * - fix go mod * - enhance unit test * - enhance unit test * mock Co-authored-by: rot1024 <aayhrot@gmail.com> * feat: send mail (#86) * - send mail * enhancement * fix log * notes * - add email design * resolve * fix user model * refactor: move to bcrypt * update verify password checks Co-authored-by: yk-eukarya <81808708+yk-eukarya@users.noreply.github.com> Co-authored-by: rot1024 <aayhrot@gmail.com> Co-authored-by: yk <yk.eukarya@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.