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

使用 spring security 完成认证以及授权 #36

Open
Kaiser-Yang opened this issue Aug 25, 2024 · 0 comments
Open

使用 spring security 完成认证以及授权 #36

Kaiser-Yang opened this issue Aug 25, 2024 · 0 comments
Assignees
Labels
feature A new feature

Comments

@Kaiser-Yang
Copy link
Contributor

No description provided.

@Kaiser-Yang Kaiser-Yang added the feature A new feature label Aug 25, 2024
@Kaiser-Yang Kaiser-Yang self-assigned this Aug 25, 2024
Kaiser-Yang added a commit that referenced this issue Aug 26, 2024
We add a filter to check the token in the header of the request. If the
token is valid, the request will be passed to the next filter.
Otherwise, the request will be rejected. Besides, we add an
`AuthenticationController` to handle the sign up, sign in, and sign out
requests.

Those features which are not finished yet are marked with `TODO`. We
will finish them ASAP.

This is related with #36. We will use `JJWT` only in this version, maybe
we will use `Spring Security` in the future version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant