Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 3b2327a

Browse files
committed
✨ init from chillerlan/php-oauth-providers chillerlan/php-oauth-providers@af69c0d
1 parent 31dd99d commit 3b2327a

File tree

192 files changed

+9672
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+9672
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.docs/*
1616
vendor/*
1717
config/.env
18-
config/*.token*
18+
config/**/*.token*
1919
config/cacert.pem
2020
composer.lock
2121
phpcs.xml

config/.env_example

+229
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,229 @@
1+
2+
# https://account.arena.net/applications
3+
GW2_TOKEN=
4+
#GW2_TOKEN_NAME=
5+
6+
# https://sellercentral.amazon.com/gp/homepage.html
7+
AMAZON_KEY=
8+
AMAZON_SECRET=
9+
AMAZON_CALLBACK_URL=
10+
11+
# https://develop.battle.net/access/clients
12+
BATTLENET_KEY=
13+
BATTLENET_SECRET=
14+
BATTLENET_CALLBACK_URL=
15+
#BATTLENET_TESTUSER=
16+
17+
# https://bigcartel.wufoo.com/confirm/big-cartel-api-application/
18+
BIGCARTEL_KEY=
19+
BIGCARTEL_SECRET=
20+
BIGCARTEL_CALLBACK_URL=
21+
22+
# bitbucket account settings -> OAuth -> OAuth consumers -> create
23+
BITBUCKET_KEY=
24+
BITBUCKET_SECRET=
25+
BITBUCKET_CALLBACK_URL=
26+
#BITBUCKET_TESTUSER=
27+
28+
# http://developers.deezer.com/myapps/
29+
DEEZER_KEY=
30+
DEEZER_SECRET=
31+
DEEZER_CALLBACK_URL=
32+
#DEEZER_TESTUSER=
33+
34+
# https://www.deviantart.com/developers/apps
35+
DEVIANTART_KEY=
36+
DEVIANTART_SECRET=
37+
DEVIANTART_CALLBACK_URL=
38+
DEVIANTART_TESTUSER=
39+
40+
# https://www.discogs.com/settings/developers
41+
DISCOGS_KEY=
42+
DISCOGS_SECRET=
43+
DISCOGS_CALLBACK_URL=
44+
#DISCOGS_TESTUSER=
45+
46+
# https://discordapp.com/developers/applications/me
47+
DISCORD_KEY=
48+
DISCORD_SECRET=
49+
DISCORD_CALLBACK_URL=
50+
#DISCORD_TESTUSER=
51+
52+
# https://www.flickr.com/services/apps/create/
53+
FLICKR_KEY=
54+
FLICKR_SECRET=
55+
FLICKR_CALLBACK_URL=
56+
57+
# https://foursquare.com/developers/
58+
FOURSQUARE_KEY=
59+
FOURSQUARE_SECRET=
60+
FOURSQUARE_CALLBACK_URL=
61+
#FOURSQUARE_TESTUSER=
62+
63+
# https://github.com/settings/applications/
64+
GITHUB_KEY=
65+
GITHUB_SECRET=
66+
GITHUB_CALLBACK_URL=
67+
#GITHUB_TESTUSER=
68+
69+
# https://gitlab.com/profile/applications
70+
GITLAB_KEY=
71+
GITLAB_SECRET=
72+
GITLAB_CALLBACK_URL=
73+
#GITLAB_TESTUSER=
74+
75+
# https://developer.gitter.im/apps
76+
GITTER_KEY=
77+
GITTER_SECRET=
78+
GITTER_CALLBACK_URL=
79+
#GITTER_TESTUSER=
80+
81+
# https://console.developers.google.com/apis/credentials
82+
GOOGLE_KEY=
83+
GOOGLE_SECRET=
84+
GOOGLE_CALLBACK_URL=
85+
GOOGLE_TESTUSER=
86+
87+
# https://api.imgur.com/oauth2/addclient
88+
IMGUR_KEY=
89+
IMGUR_SECRET=
90+
IMGUR_CALLBACK_URL=
91+
92+
# https://www.instagram.com/developer/clients/manage/
93+
INSTAGRAM_KEY=
94+
INSTAGRAM_SECRET=
95+
INSTAGRAM_CALLBACK_URL=
96+
97+
# http://www.last.fm/api/account/create
98+
LASTFM_KEY=
99+
LASTFM_SECRET=
100+
LASTFM_CALLBACK_URL=
101+
102+
# https://admin.mailchimp.com/account/oauth2/
103+
MAILCHIMP_KEY=
104+
MAILCHIMP_SECRET=
105+
MAILCHIMP_CALLBACK_URL=
106+
#MAILCHIMP_TESTUSER=
107+
108+
# https://{MASTODON INSTANCE}/settings/applications
109+
MASTODON_KEY=
110+
MASTODON_SECRET=
111+
MASTODON_CALLBACK_URL=
112+
MASTODON_INSTANCE=https://mastodon.social
113+
#MASTODON_TESTUSER=
114+
115+
# https://aad.portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps
116+
MICROSOFT_AAD_KEY=
117+
MICROSOFT_AAD_SECRET=
118+
MICROSOFT_AAD_CALLBACK_URL=
119+
MICROSOFT_AAD_TESTUSER=
120+
121+
# https://www.mixcloud.com/developers/create/
122+
MIXCLOUD_KEY=
123+
MIXCLOUD_SECRET=
124+
MIXCLOUD_CALLBACK_URL=
125+
#MIXCLOUD_TESTUSER=
126+
127+
# https://musicbrainz.org/account/applications
128+
MUSICBRAINZ_KEY=
129+
MUSICBRAINZ_SECRET=
130+
MUSICBRAINZ_CALLBACK_URL=
131+
132+
# https://dev.npr.org/console
133+
NPRONE_KEY=
134+
NPRONE_SECRET=
135+
NPRONE_CALLBACK_URL=
136+
#NPRONE_TESTUSER=
137+
138+
# https://www.opencaching.de/okapi/signup.html
139+
OKAPI_KEY=
140+
OKAPI_SECRET=
141+
OKAPI_CALLBACK_URL=
142+
OKAPI_TESTUSER=
143+
144+
# https://www.openstreetmap.org/user/<USERNAME>/oauth_clients
145+
OPENSTREETMAP_KEY=
146+
OPENSTREETMAP_SECRET=
147+
OPENSTREETMAP_CALLBACK_URL=
148+
#OPENSTREETMAP_TESTUSER=
149+
150+
# https://www.openstreetmap.org/oauth2/applications
151+
OPENSTREETMAP2_KEY=
152+
OPENSTREETMAP2_SECRET=
153+
OPENSTREETMAP2_CALLBACK_URL=
154+
#OPENSTREETMAP2_TESTUSER=
155+
156+
# https://www.patreon.com/portal/registration/register-clients
157+
PATREON_KEY=
158+
PATREON_SECRET=
159+
PATREON_CALLBACK_URL=
160+
#PATREON_TESTUSER=
161+
162+
# https://developer.paypal.com/developer/applications/
163+
PAYPAL_KEY=
164+
PAYPAL_SECRET=
165+
PAYPAL_CALLBACK_URL=
166+
#PAYPAL_TESTUSER=
167+
168+
PAYPAL_SANDBOX_KEY=
169+
PAYPAL_SANDBOX_SECRET=
170+
PAYPAL_SANDBOX_CALLBACK_URL=
171+
#PAYPAL_SANDBOX_TESTUSER=
172+
173+
# https://api.slack.com/apps/
174+
SLACK_KEY=
175+
SLACK_SECRET=
176+
SLACK_CALLBACK_URL=
177+
#SLACK_TESTUSER=
178+
179+
# https://soundcloud.com/you/apps/
180+
SOUNDCLOUD_KEY=
181+
SOUNDCLOUD_SECRET=
182+
SOUNDCLOUD_CALLBACK_URL=
183+
#SOUNDCLOUD_TESTUSER=
184+
185+
# https://developer.spotify.com/my-applications/
186+
SPOTIFY_KEY=
187+
SPOTIFY_SECRET=
188+
SPOTIFY_CALLBACK_URL=
189+
#SPOTIFY_TESTUSER=
190+
191+
# http://steamcommunity.com/dev/apikey
192+
STEAMOPENID_KEY=
193+
STEAMOPENID_SECRET=
194+
STEAMOPENID_CALLBACK_URL=
195+
196+
# https://dashboard.stripe.com/account/apikeys
197+
STRIPE_KEY=
198+
STRIPE_SECRET=
199+
STRIPE_CALLBACK_URL=
200+
#STRIPE_TESTUSER=
201+
202+
# https://www.tumblr.com/oauth/apps
203+
TUMBLR_KEY=
204+
TUMBLR_SECRET=
205+
TUMBLR_CALLBACK_URL=
206+
#TUMBLR_TESTUSER=
207+
208+
# https://www.twitch.tv/kraken/oauth2/clients/new
209+
TWITCH_KEY=
210+
TWITCH_SECRET=
211+
TWITCH_CALLBACK_URL=
212+
TWITCH_TESTUSER=
213+
214+
# https://developer.twitter.com/apps
215+
TWITTER_KEY=
216+
TWITTER_SECRET=
217+
TWITTER_CALLBACK_URL=
218+
219+
# https://developer.vimeo.com/apps/
220+
VIMEO_KEY=
221+
VIMEO_SECRET=
222+
VIMEO_CALLBACK_URL=
223+
#VIMEO_TESTUSER=
224+
225+
# https://developer.wordpress.com/apps/new/
226+
WORDPRESS_KEY=
227+
WORDPRESS_SECRET=
228+
WORDPRESS_CALLBACK_URL=
229+
#WORDPRESS_TESTUSER=
+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<?php
2+
/**
3+
* Class OAuthExampleSessionStorage
4+
*
5+
* @created 26.07.2019
6+
* @author smiley <[email protected]>
7+
* @copyright 2019 smiley
8+
* @license MIT
9+
*/
10+
11+
use chillerlan\OAuth\Core\AccessToken;
12+
use chillerlan\OAuth\OAuthOptions;
13+
use chillerlan\OAuth\Storage\{OAuthStorageException, SessionStorage};
14+
use chillerlan\Settings\SettingsContainerInterface;
15+
use Psr\Log\LoggerInterface;
16+
use Psr\Log\NullLogger;
17+
18+
class OAuthExampleSessionStorage extends SessionStorage{
19+
20+
protected string|null $storagepath;
21+
22+
/**
23+
* OAuthExampleSessionStorage constructor.
24+
*
25+
* @throws \chillerlan\OAuth\Storage\OAuthStorageException
26+
*/
27+
public function __construct(
28+
OAuthOptions|SettingsContainerInterface $options = new OAuthOptions,
29+
LoggerInterface $logger = new NullLogger,
30+
string|null $storagepath = null,
31+
){
32+
parent::__construct($options, $logger);
33+
34+
if($storagepath !== null){
35+
$storagepath = trim($storagepath);
36+
37+
if(!is_dir($storagepath) || !is_writable($storagepath)){
38+
throw new OAuthStorageException('invalid storage path');
39+
}
40+
41+
$storagepath = realpath($storagepath);
42+
}
43+
44+
$this->storagepath = $storagepath;
45+
}
46+
47+
/**
48+
* @inheritDoc
49+
*/
50+
public function storeAccessToken(AccessToken $token, string $service = null):static{
51+
parent::storeAccessToken($token, $service);
52+
53+
if($this->storagepath !== null){
54+
$tokenfile = sprintf('%s/%s.token.json', $this->storagepath, $this->getServiceName($service));
55+
56+
if(file_put_contents($tokenfile, $token->toJSON()) === false){
57+
throw new OAuthStorageException('unable to access file storage');
58+
}
59+
}
60+
61+
return $this;
62+
}
63+
64+
/**
65+
* @inheritDoc
66+
*/
67+
public function getAccessToken(string $service = null):AccessToken{
68+
$service = $this->getServiceName($service);
69+
70+
if($this->hasAccessToken($service)){
71+
return (new AccessToken)->fromJSON($_SESSION[$this->tokenVar][$service]);
72+
}
73+
74+
if($this->storagepath !== null){
75+
$tokenfile = sprintf('%s/%s.token.json', $this->storagepath, $service);
76+
77+
if(file_exists($tokenfile)){
78+
return (new AccessToken)->fromJSON(file_get_contents($tokenfile));
79+
}
80+
}
81+
82+
throw new OAuthStorageException(sprintf('token for service "%s" not found', $service));
83+
}
84+
85+
}

0 commit comments

Comments
 (0)