Download the PHP package waldhacker/typo3-oauth2-client without Composer

On this page you can find all versions of the php package waldhacker/typo3-oauth2-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package typo3-oauth2-client

ci

:warning:

This repository is no longer maintained.
No Issues or Pull Requests will be considered or approved.
The maintenance and further development is thankfully the responsibility of @vertexvaar.
The new code base can be found in this GitLab repository. Read all the details about the migration there. Many thanks to @vertexvaar for taking over the further development and many thanks to all users for their trust.

:warning:

TYPO3 OAuth2 login client (backend and frontend)

Allow your frontend and backend users to add login possibilities via any OAuth2 provider. Popular examples are Github or Gitlab, Google, Facebook or LinkedIn or classically self-hosted solutions like Keycloak.

The extension allows administrators/integrators to configure various providers and offers any frontend and/or backend user an interface to add their OAuth2 based login.

This extension is especially powerful in combination with the Multi-Factor Capabilities of TYPO3 as you can provide backend users with a single-sign-on login of their choice and add additional security of MFA to TYPO3.

For more info, please refer to the documentation.

Backend login

Frontend login

Quick Install

composer req waldhacker/typo3-oauth2-client

Issues & Contributions

Find the code at https://github.com/waldhacker/ext-oauth2-client

Report issues at https://github.com/waldhacker/ext-oauth2-client/issues

Security

If you learn about a potential security issue, please always contact us via [email protected] and please do not create a public visible issue.
Please always include the version number where you've discovered the issue.

Alternatively you can contact the TYPO3 Security Team via [email protected].
Please always include the version number where you've discovered the issue.
For more details see TYPO3 Security Team.


All versions of typo3-oauth2-client with dependencies

PHP Build Version
Package Version
Requires ext-pdo Version *
league/oauth2-client Version ^2.6.0
psr/log Version *
typo3/cms-backend Version ^10.4@dev || ^11.5@dev
typo3/cms-core Version ^10.4@dev || ^11.5@dev
typo3/cms-fluid Version ^10.4@dev || ^11.5@dev
typo3/cms-setup Version ^10.4@dev || ^11.5@dev
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package waldhacker/typo3-oauth2-client contains the following files

Loading the files please wait ....