Skip to content

A simple authentication system utilizing the latest Spring Security and JWT

Notifications You must be signed in to change notification settings

dchasanidis/SimpleSpring-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Spring Boot Authentication from scratch

Every time I want to start a new project, authentication and authorization are always the first issues that come up.
This project, is a super simple implementation of an authentication and authorization system made from scratch.

Future goals:

  • Tests, tests, tests…
  • Application exceptions and not generic runtime exceptions
  • Finish/cleanup REST API
  • Kafka integration for messaging
  • OpenAPI integration for better management of endpoints
  • Add more documentation/usage etc

About

A simple authentication system utilizing the latest Spring Security and JWT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages