Coder Social home page Coder Social logo

springboot-jwt-demo's Introduction

springboot-jwt-demo

How to use JSON Web Tokens along with Spring Boot.

The Goal

Generating JWT tokens and how to use it for authenticating a user for accessing rest endpoints. Because this projet is for demonstration purposes , I will not use an authentication server, a rest endpoint will be used to generate token instead.

Installing

In pom.xml you can find all required dependencies, once you install the project with maven, just start it as springboot app and your rest endpoints start to serve immediately on embedded tomcat at the port 8080 unless you change it.

The Endpoints to reach after running the project

http://localhost:8080/index This is a GET endpoint ,you need to include the token to the header of the request in order to successfully get the result.

header values==> Key=Authorisation Value=Check

http://localhost:8080/token This is a POST request for getting the token

Deployment

Embededed Tomcat is coming out of the box ,so no need for extra effort to package the project as war or jar and deploy it to somewhere unless you have special intentions .

springboot-jwt-demo's People

Contributors

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