Rework indieauth checking in token endpoint
We know the me value, it is our app
This commit is contained in:
parent
b8608a3f57
commit
c3c395c659
4 changed files with 19 additions and 64 deletions
|
@ -78,6 +78,17 @@ return [
|
|||
|
||||
'shorturl' => env('APP_SHORTURL', 'shorturl.local'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authorization endpoint
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The authorization endpoint for the application, used primarily for Micropub
|
||||
|
|
||||
*/
|
||||
|
||||
'authorization_endpoint' => env('AUTHORIZATION_ENDPOINT', 'https://indieauth.com/auth'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Display Name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue