php-oauth icon indicating copy to clipboard operation
php-oauth copied to clipboard

A fully transparent, framework agnostic PSR-18 OAuth client.

Results 4 php-oauth issues
Sort by recently updated
recently updated
newest added

## Types of changes What types of changes does your code introduce? - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New OAuth provider - [ ]...

provider

## Types of changes What types of changes does your code introduce? - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New OAuth provider - [ ]...

provider

**Describe the feature** The feature is documented in [RFC-9449](https://datatracker.ietf.org/doc/html/rfc9449). Right now I don't see the need to implement abstract support for this, as there are currently no major services out...

enhancement

**Describe the feature** Review and implement OAuth 2.1 features: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-09 **Additional context** Some features that are required in OAuth 2.1 are already implemented in `OAuth2Provider` (PKCE, PAR) as they're already...

enhancement