Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nodge/yii2-eauth-demo
Yii2 EAuth demo project
https://github.com/Nodge/yii2-eauth-demo
Last synced: 3 months ago
JSON representation
Yii2 EAuth demo project
- Host: GitHub
- URL: https://github.com/Nodge/yii2-eauth-demo
- Owner: Nodge
- License: other
- Created: 2013-09-10T19:06:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T10:29:29.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T18:26:15.298Z (7 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 27
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Yii2 EAuth demo project
=======================EAuth extension allows to authenticate users with accounts on other websites.
Supported protocols: OpenID, OAuth 1.0 and OAuth 2.0.EAuth is a extension for provide a unified (does not depend on the selected service) method to authenticate the user. So, the extension itself does not perform login, does not register the user and does not bind the user accounts from different providers.
* [Online Demo](http://nodge.ru/yii-eauth/demo2/)
* [Extension project](https://github.com/Nodge/yii2-eauth/)
* [Version for yii 1.1](https://github.com/Nodge/yii-eauth-demo/)## Extension
For more details see [yii2-eauth](https://github.com/Nodge/yii2-eauth) project.
## License
The extension was released under the [New BSD License](http://www.opensource.org/licenses/bsd-license.php), so you'll find the latest version on [GitHub](https://github.com/Nodge/yii2-eauth-demo).