All Projects → only2dhir → Spring Boot Security Oauth2

only2dhir / Spring Boot Security Oauth2

This article aims to provide a working example of spring boot security and oauth2. It has implementation for resource server and authorization server and connection to database with bcrypt password encoder.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Boot Security Oauth2

Wechat Operation
运营星(微信第三方平台): 微信公众号深度运营平台,使公众号运营更加灵活,快速提升用户体验感。
Stars: ✭ 70 (-10.26%)
Mutual labels:  spring-boot
Maintain
springboot + springmvc +Spring Security + mybatis + PageHelper(Mybatis分页插件) + druid + (maven/gradle) + thymeleaf + bootstrap 组成的框架,基于Jersey, Swagger,SwaggerUi的restful API
Stars: ✭ 74 (-5.13%)
Mutual labels:  spring-boot
Mybatis Spring Boot Jpetstore
A sample web application built on MyBatis 3, Spring Boot and Thymeleaf 3.
Stars: ✭ 75 (-3.85%)
Mutual labels:  spring-boot
Spring Boot Webflux Jjwt
Example Spring Boot and WebFlux (Reactive Web) with Spring Security and JWT for token Authentication and Authorization
Stars: ✭ 71 (-8.97%)
Mutual labels:  spring-boot
Labs
Research on distributed system
Stars: ✭ 73 (-6.41%)
Mutual labels:  spring-boot
Okta Blog Archive
Okta Developer Blog
Stars: ✭ 74 (-5.13%)
Mutual labels:  spring-boot
Cas Gradle Overlay Template
CAS Gradle Overlay: Generic CAS gradle war overlay to exercise the latest versions of CAS
Stars: ✭ 69 (-11.54%)
Mutual labels:  spring-boot
Rqueue
Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework
Stars: ✭ 76 (-2.56%)
Mutual labels:  spring-boot
Spring Boot Angular4 Authentication
spring-boot and angular 4 basic authentication with spring security
Stars: ✭ 74 (-5.13%)
Mutual labels:  spring-boot
Ixortalk.aws.cognito.jwt.security.filter
Spring Boot security filter for decoding Cognito JWT IdTokens
Stars: ✭ 75 (-3.85%)
Mutual labels:  spring-boot
Blog
一款简洁响应式博客系统
Stars: ✭ 72 (-7.69%)
Mutual labels:  spring-boot
Sample Boot Micro
Spring Cloud + Gradle Multi Project + Java8
Stars: ✭ 72 (-7.69%)
Mutual labels:  spring-boot
Cas
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
Stars: ✭ 9,154 (+11635.9%)
Mutual labels:  spring-boot
Web Development Interview With Java
Java 开发相关技术栈(大中厂)高频面试问题收录。
Stars: ✭ 69 (-11.54%)
Mutual labels:  spring-boot
Spring Ws
Spring WS Tutorials
Stars: ✭ 75 (-3.85%)
Mutual labels:  spring-boot
Blog
SpringBoot + Mybatis + thymeleaf 搭建的个人博客 http://www.54tianzhisheng.cn/
Stars: ✭ 1,156 (+1382.05%)
Mutual labels:  spring-boot
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-5.13%)
Mutual labels:  spring-boot
Spring Boot Oauth2 Jwt Swagger Ui
Spring Boot , OAuth 2 , JWT (Json Web Token) and Swagger UI
Stars: ✭ 77 (-1.28%)
Mutual labels:  spring-boot
Spring Flights
Demo application showcasing RSocket support in Spring
Stars: ✭ 76 (-2.56%)
Mutual labels:  spring-boot
Spring Boot Api Project Seed
🌱🚀一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~
Stars: ✭ 8,979 (+11411.54%)
Mutual labels:  spring-boot

spring-boot-security-oauth2

This article aims to provide a working example of spring boot security oauth2. To ge started with this project just checkout the project and set up the database configuration as per application.properties and run Application.java as a java application and you are done. The complete explanation is provided on my blog - spring security oauth2 example This project uses

  1. Spring Boot 1.5.8.RELEASE
  2. Java 8
  3. MySql

Visit spring security for other similar articles on spring security.

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].