-
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
Add active flag, make biometrics APIs with Auth #30
base: develop
Are you sure you want to change the base?
Conversation
Fix issue from reviewer
Fix issue from reviewer
…o save_fingerprints_data
Make the biometric APIs(Add and Get) with auth
@CrossOrigin | ||
@RestController | ||
@RequestMapping(value = "wo/user_biometrics") | ||
@RequestMapping(value = "wo/user_biometrics", headers = "Authorization") |
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.
You can remove 'wo' from here also.
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.
Change done. Please review again @Shrey475 @roopesh-beehyv
response = "ok"; | ||
} else { | ||
response = "ko"; | ||
} |
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.
Please change the string ko.
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.
Change done @roopesh-beehyv
Add active flag to biometrics
Make the biometric APIs(Add and Get) with auth