You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add check to error in receive_implicit to render a failed request view
- fixed resource request link to contain correct access_token
- fixed typo in authorize.twig
- update to oauth2-server-php 1.8 to fix oidc Authorization Code + ID Token flow (missing response type "code id_token")
Copy file name to clipboardExpand all lines: views/server/authorize.twig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<li>make your life better</li>
20
20
<li>miscellaneous nefarious purposes</li>
21
21
</ul>
22
-
<p>Click the button below to complete the authorize request and grant an <code>{{ response_type=='code'?'Authoriation Code':'Access Token' }}</code> to {{client_id}}.
22
+
<p>Click the button below to complete the authorize request and grant an <code>{{ response_type=='code'?'Authorization Code':'Access Token' }}</code> to {{client_id}}.
0 commit comments