Skip to content

munichdeveloper/spring-boot-magic-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-magic-link

A Spring Boot boilerplate project which you can use with magic.link

Setup

  1. Create an auth app on magic.link and put your secret key into the application.properties under magic.api.key
  2. Type in a JWT signing key into the application.properties under token.signing.key
  3. If you have own repositories and entities, add the packages into the annotations EnableJpaRepositories and EntityScan in the class SpringBootMagicLinkApp
  4. If you want to send / receive events with a kafka receiver, set event.on.userCreated or event.on.userLoggedIn or both to true in application.properties

About

A Spring Boot boilerplate project which you can use with magic.link

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages