Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ithsjava25
/
project-backend-alfs
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
6
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add JWT authentication, RBAC and signup functionality
- #9
#9
Merged
addee1
merged 15 commits into
main
ithsjava25/project-backend-alfs:main
from
feature/jwt-service
ithsjava25/project-backend-alfs:feature/jwt-service
Copy head branch name to clipboard
Apr 9, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Add JWT authentication, RBAC and signup functionality
#9
addee1
merged 15 commits into
main
ithsjava25/project-backend-alfs:main
from
feature/jwt-service
ithsjava25/project-backend-alfs:feature/jwt-service
Copy head branch name to clipboard
Commits
Commits on Apr 9, 2026
feat: implement JWT authentication and security configuration
Show description for 704517b
addee1
committed
704517b
View commit details
Copy full SHA for 704517b
Browse repository at this point
feat: add authentication endpoints (login and signup)
Show description for 00d3546
addee1
committed
00d3546
View commit details
Copy full SHA for 00d3546
Browse repository at this point
feat: add role-based access control with @PreAuthorize
Show description for 71e4479
addee1
committed
71e4479
View commit details
Copy full SHA for 71e4479
Browse repository at this point
feat: add SecurityUtils for accessing authenticated user
Show description for 0686af0
addee1
committed
0686af0
View commit details
Copy full SHA for 0686af0
Browse repository at this point
chore: adds jsonwebtoken dependency
addee1
committed
65f00fb
View commit details
Copy full SHA for 65f00fb
Browse repository at this point
chore: document JWT secret usage for development
Show description for d9a45ec
addee1
committed
d9a45ec
View commit details
Copy full SHA for d9a45ec
Browse repository at this point
fix: remove insecure hash endpoint
Show description for cdfae3b
addee1
committed
cdfae3b
View commit details
Copy full SHA for cdfae3b
Browse repository at this point
fix: improve authentication security and error handling
Show description for 6194a7d
addee1
committed
6194a7d
View commit details
Copy full SHA for 6194a7d
Browse repository at this point
fix: remove sensitive logging and handle invalid JWT safely
Show description for 374de87
addee1
committed
374de87
View commit details
Copy full SHA for 374de87
Browse repository at this point
chore: document development-only security configuration
Show description for 117ae6a
addee1
committed
117ae6a
View commit details
Copy full SHA for 117ae6a
Browse repository at this point
fix: add null check for authentication in SecurityUtils
Show description for ebad5bb
addee1
committed
ebad5bb
View commit details
Copy full SHA for ebad5bb
Browse repository at this point
updates javaDoc text
addee1
committed
555bd37
View commit details
Copy full SHA for 555bd37
Browse repository at this point
removed unused imports
addee1
committed
d7e3c25
View commit details
Copy full SHA for d7e3c25
Browse repository at this point
fix javadoc comment
addee1
committed
138c1c0
View commit details
Copy full SHA for 138c1c0
Browse repository at this point
fix javadoc comment
addee1
committed
78ceb89
View commit details
Copy full SHA for 78ceb89
Browse repository at this point
You can’t perform that action at this time.