-
Notifications
You must be signed in to change notification settings - Fork 91
REST API authentication #650
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
base: develop
Are you sure you want to change the base?
REST API authentication #650
Conversation
|
@sreeja-code-dev, get well soon! Feel free to remove unused imports. This imports are left by previous code versions. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #650 +/- ##
=========================================
Coverage 6.42% 6.42%
Complexity 262 262
=========================================
Files 331 331
Lines 10787 10787
Branches 879 879
=========================================
Hits 693 693
Misses 10040 10040
Partials 54 54 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Alright 👍🏻 |
|
PR is in progress. I've marked it as draft. Could you delete the draft when you're done? |
|
Ok I will delete the draft when it is done . Currently making other authentication classes and working on the dependencies part also.👍🏻 |

Since I was unwell I could not work on the authorization portion. So I added the files which i created earlier during the preview of the codebase. One thing I noticed,the import statement for GenericGenerator is present in the file but the annotation itself is not being used on any field or class. Also the pom.xml file needs to update the springboot version and maven ascii dependency lifecycle part for full control of maven. I did not change anything over there until your permission. Unless they are fixed ,it is quite difficult to add the security part of the authentication process which may show problems. Issue -#68