-
Notifications
You must be signed in to change notification settings - Fork 0
# 12 Release 0.1.0 #13
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
Conversation
…-push-to-maven-central
Codecov ReportAll modified and coverable lines are covered by tests ✅ ❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 7s)
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 6s)
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 2min)
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 3min)
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 2min)
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 2min)
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 7s)
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 2min)
|
@rultor release tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 2min)
|
@rultor release, tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 1min)
|
@rultor release, tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 2min)
|
@rultor release, tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 2min)
|
@rultor release, tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 2min)
|
@rultor release, tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Oops, I failed. You can see the full log here (spent 3min)
|
@rultor release, tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Done! FYI, the full log is here (took me 14min) |
PR-Codex
PR-Codex overview
This PR focuses on adding JWT token functionality to a Java project. It introduces token creation, expiration checks, payload validation, and token claims extraction.
Detailed summary
.gitignore
for IntelliJ IDEA filesTokenService
interface for JWT operationsTokenServiceImpl
for JWT token handlingTokenParameters
andTokenServiceImpl