Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.73 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.73 KB

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.