All Projects → TechPrimers → spring-security-db-example

TechPrimers / spring-security-db-example

Licence: other
Spring Security in a Spring Boot Application with Authentication and Authorization using DB

Programming Languages

java
68154 projects - #9 most used programming language
TSQL
950 projects

Projects that are alternatives of or similar to spring-security-db-example

vuejs.spring-boot.mysql
Full-stack implementation of TaskAgile application with Vue.js, Spring Boot, and MySQL
Stars: ✭ 69 (-41.53%)
Mutual labels:  spring-security
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-72.03%)
Mutual labels:  spring-security
okta-jhipster-microservices-oauth-example
A microservices architecture built with JHipster, OAuth 2.0, and Okta
Stars: ✭ 29 (-75.42%)
Mutual labels:  spring-security
SpringBoot-Mall
SpringBoot商城系统Demo,主要功能:提供了商城系统的后端Api,不包含前端页面,体现了前后端解耦分离的思想。实现了商品,购物车,订单系统,单点登录系统等4个功能模块
Stars: ✭ 42 (-64.41%)
Mutual labels:  spring-security
spring-boot-blueprint
Spring Boot blueprint with Keycloak and Vue.js
Stars: ✭ 36 (-69.49%)
Mutual labels:  spring-security
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (-70.34%)
Mutual labels:  spring-security
okta-spring-boot-authz-server-example
Spring Security OAuth 2.0 Guide
Stars: ✭ 60 (-49.15%)
Mutual labels:  spring-security
oauth-boot
spring-boot and spring oauth2
Stars: ✭ 111 (-5.93%)
Mutual labels:  spring-security
jersey-jwt-springsecurity
Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.
Stars: ✭ 44 (-62.71%)
Mutual labels:  spring-security
spring-interview-questions
500+ Spring-Boot Interview Questions
Stars: ✭ 269 (+127.97%)
Mutual labels:  spring-security
project-tracking-system-backend-app
Enterprise project tracker, tracks commits done by employees after getting assigned to a couple of projects by their managers
Stars: ✭ 62 (-47.46%)
Mutual labels:  spring-security
spring-examples
Starter projects with Spring using Java and Kotlin. Contains modules that covers Security with JWT, Spring with Kotlin, Dependency injection simplified etc.
Stars: ✭ 33 (-72.03%)
Mutual labels:  spring-security
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (-44.07%)
Mutual labels:  spring-security
SpringBoot-Examples
Spring boot 2.X version tutorial,Integrate various middleware to facilitate quick reference and use
Stars: ✭ 23 (-80.51%)
Mutual labels:  spring-security
MyNewProject
Legacy Spring MVC
Stars: ✭ 19 (-83.9%)
Mutual labels:  spring-security
spring-cloud-boilerplate
The discovery & gateway boilerplate based on spring-cloud with spring security.
Stars: ✭ 12 (-89.83%)
Mutual labels:  spring-security
grails-spring-security-cas
No description or website provided.
Stars: ✭ 16 (-86.44%)
Mutual labels:  spring-security
Spring-Boot-Application-Template
Spring Boot Web App, Flyway, MySQL, H2DB, Bootstrap, Thymeleaf, JWT, Swagger, API Rate Limiting, Docker, RBAC, i18n
Stars: ✭ 90 (-23.73%)
Mutual labels:  spring-security
bootstack
BootStack is open source privilege management platform.
Stars: ✭ 20 (-83.05%)
Mutual labels:  spring-security
springboot-rsocketjwt-example
Example of using JWT with RSocket and Spring Boot
Stars: ✭ 26 (-77.97%)
Mutual labels:  spring-security

Spring Security Using Mysql Authorization in a Spring Boot App

This example covers the following:

  • Authentication using MySql DB Connectivity using custom user details service.
  • Authorization using GrantedAuthority roles for method level security
  • Leveraging Spring Security's login page for injecting login details
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].