Giter Club home page Giter Club logo

auth0-spring-security-example's Introduction

Developing and Securing RESTful APIs with Spring Boot

This sample application shows how to develop a Restful api with SpringBoot and secure it using Spring Security via JSON Web Tokens.

How To Setup The Application And Run It

  • Make sure you have gradle installed on your system and an IDE. If you don't have an IDE don't worry you can still follow with a text editor and the terminal.
  • Make sure you have Java 10 installed on your system. Get it here
  • Clone the repository using the command git clone https://github.com/Leandromaro/Auth0-Spring-Security-Example.git
  • Run gradle bootrun to build and run the project or run the project from your ide(make sure you build it before running)

How to test it

Issues a GET request to retrieve tasks with no JWT

Registers a new user

Logs into the application (JWT is generated)

Issue a POST request, passing the JWT, to create a task

remember to replace xxx.yyy.zzz with the JWT retrieved above
  • curl -H "Content-Type: application/json"
    -H "Authorization: Bearer xxx.yyy.zzz"
    -X POST -d '{ "description": "Buy watermelon" }' http://localhost:8080/tasks

Issue a new GET request, passing the JWT

remember to replace xxx.yyy.zzz with the JWT retrieved above

auth0-spring-security-example's People

Contributors

leandromaro avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.