/course-secure-rest-api-oauth2-code

Code: Securing a REST API with OAuth 2.0

Primary LanguageJavaApache License 2.0Apache-2.0

Spring Academy OAuth 2.0 REST API Security Course

This repository represents the structure of the real-world simulated project used to teach Spring Academy learners concepts taught in a course. This repo is a companion to the Spring Academy OAuth 2.0 REST API Security Course repository.

Branches and environments

  • main - Commits to this branch will automatically be deployed to Spring Academy Staging
  • prod - Commits will be used for Spring Academy. Deploys are a manual process at this time.

Documentation

Learn more about building courses and labs in the Spring Academy Contribution Guide.

GET All Cash Cards

http :8080/cashcards -A bearer -a $TOKEN

POST a cashcard

http POST :8080/cashcards amount=50.89 owner=sarah1 -A bearer -a $TOKEN