Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Implementation of security mechanism using Spring Security with custom AuthenticationProvider and Filter for REST API based on random persistent tokens as session ids.

Requirements

Application

  • Java 8
  • Maven

Database

  • MySQL (8.0+)

Start locally

mvn clean install
java <env variables: -DvariableName='value'> -jar <jar location>

Environment variables:

  • DB_URL (default: 'jdbc:mysql://localhost:3306/spring_security_db') - db url
  • DB_USERNAME (default: 'root') - db username
  • DB_PASSWORD (default: 'root') - db password

About

Implementation of security mechanism using Spring Security with custom AuthenticationProvider and Filter for REST API based on random persistent tokens as session ids

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages