flownative/oauth2-client

Last activity 12 Mar 2025 5 5 82089
composer require flownative/oauth2-client

A generic OAuth2 client base implementation for Flow Framework applications

v2.1.0

Version
v2.1.0
Type
neos-package
Release Date
Nov 10, 2020 08:46
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.0 || ^5.0 || ^6.0 || dev-master
  • guzzlehttp/guzzle: ^6.3
  • league/oauth2-client: ^2.0
  • ramsey/uuid: ^3.0 || ^4.0
  • paragonie/sodium_compat: ^1.10
MIT c5f68b904266fecfa2faa1ee088fbb7d574e60cc

Readme excerpt

OAuth 2.0 Client for Flow Framework

This Flow package provides an OAuth 2.0 client SDK. Even though it can be used as a generic OAuth2 client, it was developed as a backing library for the OpenID Connect package. That's why documentation for this package is a bit sparse at the moment and examples for generic use are missing.

At the time of writing (November 2020), this package is actively maintained and there are plans for improving functionality, test coverage and documentation.

Authorizations

This package stores states and tokens as "authorizations" in a dedicated database table.

For example, during the authorization code flow, this package needs to keep …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 44 package(s).