Add channel ID to user_id in clients table. Added TODO comments about dynamic client registration protocol.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{{foreach $endpoints as $ept}}
|
||||
<div class="oath2test-form-box">
|
||||
<form action="{{$baseurl}}/{{$ept.0}}" method="{{$ept.4}}">
|
||||
<form action="{{$baseurl}}/{{$ept.0}}/" method="{{$ept.4}}">
|
||||
<h3>{{$ept.3}}</h3>
|
||||
<p>{{$baseurl}}/{{$ept.0}}/?{{foreach $ept.1 as $field}}{{$field.0}}={{$field.1}}&<input type="hidden" name="{{$field.0}}" value="{{$field.1}}" />{{/foreach}}
|
||||
</p>
|
||||
|
@@ -2,8 +2,8 @@
|
||||
|
||||
<div class='oauthapp'>
|
||||
<img src='{{$app.icon}}'>
|
||||
<h4>{{$app.name}}</h4>
|
||||
<h3>{{$authorize}}</h3>
|
||||
<h3>{{$app.name}}</h3>
|
||||
<p class="descriptive-paragraph">{{$authorize}}</p>
|
||||
<form method="POST">
|
||||
<div class="settings-submit-wrapper">
|
||||
<input type="hidden" name="client_id" value="{{$client_id}}" />
|
||||
|
Reference in New Issue
Block a user