Download the PHP package michalsvec/nette-opauth without Composer
On this page you can find all versions of the php package michalsvec/nette-opauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michalsvec/nette-opauth
More information about michalsvec/nette-opauth
Files in michalsvec/nette-opauth
Download michalsvec/nette-opauth
More information about michalsvec/nette-opauth
Files in michalsvec/nette-opauth
Vendor michalsvec
Package nette-opauth
Short Description Opauth extension for Nette framework
License MIT
Package nette-opauth
Short Description Opauth extension for Nette framework
License MIT
Please rate this library. Is it a good library?
Informations about the package nette-opauth
michalsvec/nette-opauth
Requirements
As it's an Opauth extension for Nette framework, it requires
Installation
Update composer.json:
and then
Update bootstrap.php:
Check if routes are in proper order (auth routes before the commons). And update Auth presenter as shown in example.
Then you can use:
Configure in config.neon
Tips and triks
- opauth needs public callback url to proper redirect thus is impossible to use it at localhost (except the fake login).
- facebook
- registration of app
- google
- registration of app
- google ids are very long (more than unsigned int) be careful about that
- twitter
- registration of app
- do not provide email
- linkedin
- registration of app
- provide OAuth 2.0 Redirect URLs in app registration: http://yourdomain.tld/auth/linkedin/oauth2callback
- to obtain email, include r_emailaddress to scope, eg.: 'scope' => 'r_basicprofile r_emailaddress'.
Roadmap
- [ ] add more identities for various providers
All versions of nette-opauth with dependencies
PHP Build Version
Package Version
Requires
nette/nette Version
~2.1
opauth/opauth Version *
opauth/facebook Version *
opauth/google Version *
opauth/twitter Version *
opauth/linkedin Version *
opauth/opauth Version *
opauth/facebook Version *
opauth/google Version *
opauth/twitter Version *
opauth/linkedin Version *
The package michalsvec/nette-opauth contains the following files
Loading the files please wait ....