Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
/ secure-spring Public archive

Secure setup for token-based (JWT) authentication, providers, and RBAC permissions for login and protected resources.

Notifications You must be signed in to change notification settings

eugengi/secure-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Spring Boot

status: archived

Note: This repository has been archived and is no longer maintained.

This project was implemented in preparation for my internship as a Software Engineering Intern (Java) at Novia East Africa Ltd. back in 2022.
It is no longer in active use, and there are no current or future plans to contribute to or develop this repository further.

The code and history remain available for reference. Feel free to browse or fork, but please be aware that:
- Issues and pull requests are disabled
- No support or updates will be provided

Thanks for your interest!

Introduction

This repo demonstrates how to configure and integrate token-based authentication and authorization into a Spring Boot web app to protect pages and resources.

Technologies

Associated and leveraged in the Project development:

  • Java 11
  • Spring Boot
  • Maven
  • PostgreSQL
  • IntelliJ IDEA (Ultimate)
  • Postman
  • HTML5

Installing/Getting Started

After cloning the project, generate sources and update folders with Maven in your preferred IDE.

This project's backend follows a horizontal design structure consisting of 5 packages in the base package: com.example.demo

  • auth
  • controller
  • jwt
  • security
  • student

About

Secure setup for token-based (JWT) authentication, providers, and RBAC permissions for login and protected resources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published