hendisantika / spring-boot-security-oauth2-example

Securing REST API with Spring Security OAuth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Security OAuth Example

Securing REST API with Spring Security OAuth2

To run this repo, please follow these command :

  1. Paste this command to your terminal

    mvn clean spring-boot:run

  2. Launch POSTMAN to generate TOKEN

    Authorization Tab

    Header Tab

    Body Tab

  3. Accessing without Token

    Accessing without Token

  4. Accessing Resource With Token

    Accessing Resource with Token

About

Securing REST API with Spring Security OAuth2


Languages

Language:Java 100.0%