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

Refactor for better authorization (JWT) #44

Closed
gingeleski opened this issue Apr 19, 2020 · 1 comment
Closed

Refactor for better authorization (JWT) #44

gingeleski opened this issue Apr 19, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@gingeleski
Copy link
Owner

Original project state seemed to shoddily achieve JWT authorization.

I am opening this issue to liberally refactor all the JWT, authorization, and controller stuff.

See inspiration via the following:

Only thing I don't care for in that project is that all authorization stuff is in a config file. Prefer the annotation-based approach, i.e. @PreAuthorize or @PermitAll over each controller function.

@gingeleski gingeleski added the enhancement New feature or request label Apr 19, 2020
@gingeleski gingeleski self-assigned this Apr 19, 2020
gingeleski added a commit that referenced this issue Apr 19, 2020
gingeleski added a commit that referenced this issue Apr 19, 2020
gingeleski added a commit that referenced this issue Apr 20, 2020
gingeleski added a commit that referenced this issue Apr 20, 2020
@gingeleski
Copy link
Owner Author

This is closed out in the issue#44 branch right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant