Giter Club home page Giter Club logo

spring-jwt-demo's Introduction

Simple JWT example

Based on the excellent example from Erik Gillespie: https://github.com/technical-rex/spring-security-jwt

Check out his blog entry: http://technicalrex.com/2015/02/20/stateless-authentication-with-spring-security-and-jwt/

Instructions

On startup 3 users are being bootstrapped:

  • tom / tomspw
  • dick / dickspw
  • harry / harriespw

Login as a user:

curl -H "Content-Type: application/json" -X POST -d '{"username":"tom","password":"tomspw"}' http://localhost:8080/auth/login

Use the returned token:

curl --header "X-AUTH-TOKEN: [token]" http://localhost:8080/api/greeting

For example:

curl --header "X-AUTH-TOKEN: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJtaWJlcyJ9.B-YTY1vIxXzrcB4GKjL0jAPSRBBKGcE7m9v9cVNQ72AzfSOb975Nc8SXrXDEzhaG6Xfbvb8JGHwuUMVUKH6Y5w" http://localhost:8080/api/greeting

The generated token expires after 60 minutes, after which the application should login again to obtain a new token.

Note

Because both the username and password are sent in clear text, you do not want to use this authentication mechanism over an unencrypted connection. Always use HTTPS.

Disclaimer

This example is free software. It comes without any warranty, to the extent permitted by applicable law. The software is provided โ€œas is," and you use the software at your own risk. Peruse, fork, and clone as you see fit.

spring-jwt-demo's People

Contributors

mibes avatar mibes404 avatar

Watchers

 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.