A-Souvlaki / auth-backend

Simple Backend with Token Authentication made in SpringBoot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot JWT Authentication example with Spring Security & Spring Data JPA

Run following SQL insert statements

INSERT INTO roles(name) VALUES('ROLE_USER');
INSERT INTO roles(name) VALUES('ROLE_MODERATOR');
INSERT INTO roles(name) VALUES('ROLE_ADMIN');

About

Simple Backend with Token Authentication made in SpringBoot


Languages

Language:Java 100.0%