mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: added stackoverflow class
This commit is contained in:
@@ -5,15 +5,13 @@ namespace Auth\OAuth;
|
||||
use Auth\OAuth;
|
||||
|
||||
// Reference Material
|
||||
// https://developers.google.com/oauthplayground/
|
||||
// https://developers.google.com/identity/protocols/OAuth2
|
||||
// https://developers.google.com/identity/protocols/OAuth2WebServer
|
||||
class Google extends OAuth
|
||||
// https://api.stackexchange.com/docs/authentication
|
||||
class Stackoverflow extends OAuth
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $version = 'v4';
|
||||
// /**
|
||||
// * @var string
|
||||
// */
|
||||
// protected $version = 'v4';
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
@@ -24,7 +22,7 @@ class Google extends OAuth
|
||||
*/
|
||||
public function getName(): string
|
||||
{
|
||||
return 'google';
|
||||
return 'stackoverflow';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user