-
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
Feature/frontend/authentication and authorization #30
Merged
ibardos
merged 28 commits into
master
from
feature/frontend/authentication_and_authorization
Feb 23, 2024
Merged
Feature/frontend/authentication and authorization #30
ibardos
merged 28 commits into
master
from
feature/frontend/authentication_and_authorization
Feb 23, 2024
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
Basic service methods for JWT token manipulation.
Service methods with additional logic implemented during authentication and authorization related processes with JWT token.
React Context, created to store authentication and authorization related information, gathered from JWT token.
Refactor the routes of the front-end application: - add new routes for features developing in following iterations - refactor existing routing to be consistent with the already refactored back-end routing
Add granted authorities to JWT token to help role and also permission based conditional rendering at front-end.
Handle arising exceptions at the back-end while processing JWT token which is malformed.
… endpoints From now on, JWT token should be sent for authentication.
- use secured fetch (send JWT) - perform conditional rendering on search bar
Refactor routing.
- Home route contains Introduction - Service route contains navigational cards
Add some experimental content.
- Implement conditional rendering of navigation buttons. - Add new buttons for newly created routes.
Implement conditional rendering of buttons in table content.
Implement conditional rendering of "Options" column in striped table.
Implement conditional rendering of striped table component if back-end server has an error.
ibardos
deleted the
feature/frontend/authentication_and_authorization
branch
February 23, 2024 16:47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.