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

Feature/frontend/authentication and authorization #30

Merged
merged 28 commits into from
Feb 23, 2024

Conversation

ibardos
Copy link
Owner

@ibardos ibardos commented Feb 23, 2024

No description provided.

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 ibardos merged commit bc2c126 into master Feb 23, 2024
6 checks passed
@ibardos 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant