Small test RESTful app with token based security
☆231Apr 18, 2017Updated 9 years ago
Alternatives and similar repositories for restful-spring-security
Users that are interested in restful-spring-security are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA☆616May 12, 2020Updated 6 years ago
- A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.☆482May 8, 2017Updated 9 years ago
- Spring MVC 3 REST Demo with Token based security☆66Jul 14, 2015Updated 10 years ago
- Securing Restful Web Services with Spring Security and OAuth2☆82Feb 1, 2023Updated 3 years ago
- ☆183May 19, 2016Updated 10 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- JSON Web Token example that integrates both a Spring backend with an AngularJS frontend.☆353May 15, 2017Updated 9 years ago
- Template Project REST☆41Jun 7, 2021Updated 4 years ago
- A demo webapp introducing a RESTful API with Spring Security 3 and Spring MVC 3☆29Aug 25, 2012Updated 13 years ago
- A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth☆658Nov 16, 2015Updated 10 years ago
- Using Spring Security to secure REST API endpoints☆86Jul 8, 2015Updated 10 years ago
- A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2☆3,105Feb 7, 2022Updated 4 years ago
- Stateless web application with Spring MVC and Spring Security with JWT☆43Oct 18, 2019Updated 6 years ago
- Token-based authentication using Spring Boot and JWT.☆742Dec 2, 2017Updated 8 years ago
- Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures,…☆1,721Updated this week
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- A convenient Spring MVC exception handler for RESTful APIs.☆360Jun 2, 2024Updated last year
- Demonstrates using JWT with Spring Security☆116Mar 31, 2023Updated 3 years ago
- A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.☆315Jan 31, 2024Updated 2 years ago
- High level documentation for Spring Security and users of Spring Boot☆78Jun 15, 2020Updated 5 years ago
- ☆29Oct 6, 2014Updated 11 years ago
- Building rest services in Java with Spring and Jersey☆185Oct 16, 2020Updated 5 years ago
- OAuth2 JWT using Spring Boot☆33May 5, 2018Updated 8 years ago
- Spring MVC, Rest, Security, Data and AngularJS integration☆31Mar 25, 2014Updated 12 years ago
- Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.☆4,697May 30, 2022Updated 3 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 这个 Demo 用于演示如何在 RESTful 下使用自定义 Token 保持客户端登录状态,依靠 Spring 的拦截器和解析器完成权限验证及登录用户注入,并使用 Redis 存储 Token。