verbb / auth
A Craft CMS module to make working with authentication for third-parties a breeze.
Fund package maintenance!
verbb
Installs: 19 770
Dependents: 9
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 2
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
- firebase/php-jwt: ~3.0 || ~4.0 || ~5.0 || ~6.0
- jakeasmith/http_build_url: ^1.0
- lcobucci/jwt: ^3.4 || ^4.0
- league/oauth1-client: ^1.9
- league/oauth2-client: ^2.0
- mollie/mollie-api-php: ^1.19 || ^2.39
- paragonie/random-lib: ^2.0
- psr/http-message: ^1.0 || ^2.0
- verbb/base: ^3.0.0
- dev-craft-5
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta.3
- 2.0.0-beta.2
- 2.0.0-beta.1
- 1.0.35
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-craft-4
This package is auto-updated.
Last update: 2024-10-20 01:34:52 UTC
README
Auth for Craft CMS
Auth is a module for Craft plugins and modules for making working with authenticating third-party APIs a breeze. We currently support OAuth1/OAuth2 providers and extend the league/oauth1-client and league/oauth2-client packages.
As such, this module is an opinionated wrapper around these packages that lowers boilerplate code, provides a consistent API layer and tightly integrates with Craft itself.
Note
This isn't a Craft plugin that is intended for end-users. Instead, it's something you can install in your own Craft plugins or Craft modules to handle the intricacies of dealing with authentication.
If you're looking for an easy way to use authenticated third-party APIs for your Craft site in Twig templates, check out:
Documentation
Visit the Auth package page for all documentation and developer resources.
Credits
Thanks to all the individual developers working on league/oauth2-client
packages.
Sponsor
Auth is licensed under the MIT license, meaning it will always be free and open source – we love free stuff! If you'd like to show your support to the plugin regardless, Sponsor development.