Skip to content

Many implementations using spring security, from basic to advanced.

Notifications You must be signed in to change notification settings

eric-souzams/spring-security-implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Security Services Demos

Demos Version

Version Name Observations
V1 jwt-authentication
V2 userservicejwt
V3 FullRegistry
V4 FullRegistryEvent Coming soon

Technologies

This project was developed using the following technologies:

Building

You'll need Java 11+ and Maven installed on your computer in order to build this app.

$ git clone https://github.com/eric-souzams/spring-security-implementations.git
$ cd spring-security-implementations

$ cd {versionName}

$ mvn spring-boot:run

Contributing

This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.