Knotx / knotx-example-project

Example Project contains samples of various Knot.x modules implementations and usages
https://knotx.io
Apache License 2.0
4 stars 12 forks source link

Knotx/knotx-example-project#58 refactor OAuth2 security #67

Open Mateusz512 opened 4 years ago

Mateusz512 commented 4 years ago

Refactor OAuth2 tutorial to use OOTB Vert.x implementation of OAuth2 flow

Description

The routing logic has been moved to correct security logic and now uses OOTB Vert.x stuff.

Motivation and Context

In previous approach, the OAuth2 flow was mixed with business logic.

Screenshots (if appropriate)

Upgrade notes (if appropriate)

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.