flask-restplus-server-example icon indicating copy to clipboard operation
flask-restplus-server-example copied to clipboard

[OAuth2] Implement Authorization Code Flow

Open frol opened this issue 8 years ago • 0 comments

RFC 6749 section 4.1

This is the accessCode flow type in OpenAPI (Swagger) Specification.

This feature will require to have a page for authentication since we don't have cookie sessions on RESTful API by design, just like in #4.

frol avatar Jan 07 '16 09:01 frol