Skip to content

Commit

Permalink
fix #23 - fix example oauth2_client.pl
Browse files Browse the repository at this point in the history
which was breaking due to the fix_get_token hack, which itself has been
remove from Mojolicious::Plugin::OAuth2

[1] e1da641f1d21b8136d5d27d46c542d995f02367b in
https://github.com/marcusramberg/Mojolicious-Plugin-OAuth2 # which was
ages ago so am surprised this wasn't reported sooner
  • Loading branch information
leejo committed Feb 18, 2019
1 parent 3ac32b0 commit 218dea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/oauth2_client.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
my $host = $ENV{HOST} // '127.0.0.1';

plugin 'OAuth2', {
fix_get_token => 1,
overly_attached_social_network => {
authorize_url => "https://$host:3000/oauth/authorize?response_type=code",
token_url => "https://$host:3000/oauth/access_token",
Expand Down

0 comments on commit 218dea4

Please sign in to comment.