only2dhir / spring-security-jwtLinks
In this article, we will be creating a sample REST CRUD APIs and provide JWT role based authorization using spring security to these APIs. We will be using spring boot 2.0 and JWT 0.9.0. In the DB, we will have two roles defined as ADMIN and USER with custom UserDetailsService implemented and based on these roles the authorization will be decide…
☆121Updated 7 years ago
Alternatives and similar repositories for spring-security-jwt
Users that are interested in spring-security-jwt are comparing it to the libraries listed below
Sorting:
- Spring REST server for glee-o-meter☆131Updated 2 years ago
- Securing REST API with Spring Security OAuth2☆157Updated last week
- This repo has example for Spring Boot integration with Spring Security using OAuth2☆183Updated 3 years ago
- Example Spring Boot + Spring Security+ OAuth2 project for demonstration purposes.☆263Updated 3 years ago
- Sample Spring boot application secured using JWT auth in custom header(X-Auth-Token).☆107Updated last month
- Spring Boot rest microservices using Kubernetes, ConfigMap, Eureka, Zuul / Spring Boot Gateway, Docker. Monitoring with logstash, logback…☆105Updated last year
- List of example codes related to spring boot. More details are available at : https://asbnotebook.com☆113Updated 8 months ago
- Spring Boot with Spring Security using JWT☆168Updated 6 years ago
- Hibernate Tutorials with Spring Boot and Spring-Data-JPA☆272Updated 4 years ago
- Spring Security in a Spring Boot Application with Authentication and Authorization using DB☆120Updated 6 years ago
- ☆60Updated 7 years ago
- Spring Boot with Spring Batch Example 1 (Load CSV to DB)☆151Updated 5 years ago
- Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate☆312Updated last year
- How to create Maven multi module project in spring boot☆103Updated 4 years ago
- Source code examples for blog posts☆337Updated last year
- More advanced samples of spring boot and spring cloud microservices showing usage of such tools like api Swagger2 on Zuul, integraction w…☆256Updated last week
- This repo is part of a tutorial about writing microservices using Spring Boot☆140Updated 7 years ago
- Login & Signup tutorial for every website ,mixes a lot of microservices together with the latest spring framework api in combined with fu…