All Projects → auth0-samples → auth0-spring-security5-api-sample

auth0-samples / auth0-spring-security5-api-sample

Licence: MIT License
Sample demonstrating how to secure your API using Spring Boot 2 and Spring Security 5

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects
powershell
5483 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to auth0-spring-security5-api-sample

auth0-ios-swift-sample
Auth0 Integration Samples for iOS Swift
Stars: ✭ 55 (+41.03%)
Mutual labels:  quickstart, dx-sdk
auth0-rubyonrails-sample
Auth0 Integration Samples for Ruby on Rails Web Applications
Stars: ✭ 36 (-7.69%)
Mutual labels:  quickstart, dx-sdk
auth0-django-web-app
Auth0 Integration Samples for Django Web Applications
Stars: ✭ 33 (-15.38%)
Mutual labels:  quickstart, dx-sdk
auth0-jquery-samples
Auth0 Integration Samples for jQuery
Stars: ✭ 14 (-64.1%)
Mutual labels:  quickstart, dx-sdk
auth0-aspnet-owin-webapi-samples
Auth0 Integration Samples for ASP.NET OWIN Web API Services
Stars: ✭ 25 (-35.9%)
Mutual labels:  quickstart, dx-sdk
auth0-aspnetcore-mvc-samples
Auth0 Integration Samples for ASP.NET Core MVC Web Applications
Stars: ✭ 120 (+207.69%)
Mutual labels:  quickstart, dx-sdk
auth0-golang-api-samples
Auth0 Integration Samples for Go REST API Services
Stars: ✭ 93 (+138.46%)
Mutual labels:  quickstart, dx-sdk
auth0-golang-web-app
Auth0 Integration Samples for Go Web Applications
Stars: ✭ 112 (+187.18%)
Mutual labels:  quickstart, dx-sdk
auth0-laravel-api-samples
Auth0 Integration Samples for Laravel REST API Services
Stars: ✭ 18 (-53.85%)
Mutual labels:  quickstart, dx-sdk
auth0-android-sample
Auth0 Integration Samples for Android Applications
Stars: ✭ 61 (+56.41%)
Mutual labels:  quickstart, dx-sdk
auth0-spring-mvc-sample
Auth0 Integration Samples for Java Spring MVC Web Applications
Stars: ✭ 20 (-48.72%)
Mutual labels:  quickstart, dx-sdk
quickstart-docker-git
Boostrap projects with a Dockerfile and a folder structure that works.
Stars: ✭ 47 (+20.51%)
Mutual labels:  quickstart
auth0-cordova
Auth0 integration for Cordova apps
Stars: ✭ 48 (+23.08%)
Mutual labels:  dx-sdk
auth0-oidc-client-net
OIDC Client for .NET Desktop and Mobile applications
Stars: ✭ 53 (+35.9%)
Mutual labels:  dx-sdk
in-app-payments-android-quickstart
In-App Payments Quick Start Sample Android App
Stars: ✭ 39 (+0%)
Mutual labels:  quickstart
vault-quickstart
Some shell scripts to get vault up and running as quickly as possible
Stars: ✭ 11 (-71.79%)
Mutual labels:  quickstart
create-material-ui-app
create-react-app + storybook + storybook-addon-material-ui
Stars: ✭ 55 (+41.03%)
Mutual labels:  quickstart
oci-quickstart
Oracle Cloud Infrastructure Quick Start
Stars: ✭ 59 (+51.28%)
Mutual labels:  quickstart
showcase
Showcasing what can be done with Bastion
Stars: ✭ 19 (-51.28%)
Mutual labels:  quickstart
Auth0.Android
Android toolkit for Auth0 API
Stars: ✭ 138 (+253.85%)
Mutual labels:  dx-sdk

Auth0 Spring Security 5 API Samples

CircleCI

These samples demonstrate how to create an API with Spring Boot 2 and Spring Security 5, which only permits access to resources if a valid access token is included.

These samples do not demonstrate how to sign a JWT but rather assume that a user has already been authenticated by Auth0 and holds an access token for API access. For information on how to use Auth0 to authenticate users, see the docs.

What is Auth0?

Auth0 helps you to:

  • Add authentication with multiple authentication sources, either social like Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others, or enterprise identity systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
  • Add authentication through more traditional username/password databases.
  • Add support for linking different user accounts with the same user.
  • Support for generating signed Json Web Tokens to call your APIs and flow the user identity securely.
  • Analytics of how, when and where users are logging in.
  • Pull data from other sources and add it to the user profile, through JavaScript rules.

Create a free Auth0 account

  1. Go to Auth0 and click Sign Up.
  2. Use Google, GitHub or Microsoft Account to login.

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

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