flownative/openidconnect-client

Last activity 14 Mar 2025 7 3 55719
composer require flownative/openidconnect-client

An Open ID Connect (OIDC) client implementation for Neos Flow applications

dev-53-breaking-change-in-lcobuccijwt

Version
dev-53-breaking-change-in-lcobuccijwt
Type
neos-package
Release Date
Nov 29, 2023 11:58
Source
git
Distribution
zip
Requires
  • php: 7.4.* || 8.0.* || 8.1.* || 8.2.*
  • neos/flow: ^6.0 || ^7.0 || ^8.0 || ^9.0
  • guzzlehttp/guzzle: ^6.0 || ^7.0
  • flownative/oauth2-client: ^4.0.0
  • phpseclib/phpseclib: ^3.0.0
  • lcobucci/jwt: ^4.1
  • psr/http-server-middleware: ^1.0
Requires (dev)
  • phpunit/phpunit: ~8.0
  • phpunit/php-code-coverage: *
MIT 0e43bc3d22dc72262c69137d19693b4bb07401f9

Readme excerpt

OpenID Connect Client for Flow Framework

This Flow package provides an OpenID Connect (OIDC) client SDK. OpenID Connect is an authentication layer built on top of OAuth 2.0. While OAuth is intended to be used for authorization, OpenID Connect is responsible for authentication – that is, verifying the identity of a human or machine user, commonly called "entity".

OIDC provides profile information about an authenticated user through an identity token, which is encoded as a secure JSON Web Token (JWT). JWTs are easy to handle in client- and server-side applications. The data contained in the ID token is usually signed and can optionally …
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).