dchasanidis / SimpleSpring-authentication

A simple authentication system utilizing the latest Spring Security and JWT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%