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
|
@ -18,7 +18,7 @@
|
|||
<link rel="alternate" type="application/jf2feed+json" title="Notes JF2 Feed" href="/blog/feed.jf2">
|
||||
<link rel="openid.server" href="https://indieauth.com/openid">
|
||||
<link rel="openid.delegate" href="{{ config('app.url') }}">
|
||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||
<link rel="authorization_endpoint" href="{{ config('app.authorization_endpoint') }}">
|
||||
<link rel="token_endpoint" href="{{ config('app.url') }}/api/token">
|
||||
<link rel="micropub" href="{{ config('app.url') }}/api/post">
|
||||
<link rel="webmention" href="{{ config('app.url') }}/webmention">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue