/spring-boot-security-oauth2-example

spring boot oauth 2 example, copy code from https://github.com/hendisantika/spring-boot-security-oauth2-example

Primary LanguageJava

Spring Boot Security OAuth Example

Securing REST API with Spring Security OAuth2

This is copy code of https://github.com/hendisantika/spring-boot-security-oauth2-example

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