Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from metbril/develop
Browse files Browse the repository at this point in the history
Fix typo in token endpoint
  • Loading branch information
metbril authored Dec 31, 2018
2 parents 999ffc9 + 29522e7 commit 84d5e56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.1.1
## 12/31/2018

1. [](#bugfix)
* Fix typo in token endpoint uri

# v0.1.0
## 12/31/2018

Expand Down
2 changes: 1 addition & 1 deletion indieauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function advertiseEndpointLinks(Event $e) {

// hard-code endpoints
$auth_endpoint = 'https://indieauth.com/auth';
$token_endpoint = 'https://token.indieauth.com/token';
$token_endpoint = 'https://tokens.indieauth.com/token';

// Check if the current requested URL needs to advertise the endpoint.
if (!$this->shouldAdvertise($uri, $config)) {
Expand Down

0 comments on commit 84d5e56

Please sign in to comment.