Preserve state in oauth

This commit is contained in:
Roger Braun 2017-09-14 09:29:51 +02:00
commit ac3f32da7e
2 changed files with 8 additions and 1 deletions

View file

@ -10,5 +10,6 @@
<%= hidden_input f, :response_type, value: @response_type %>
<%= hidden_input f, :redirect_uri, value: @redirect_uri %>
<%= hidden_input f, :scope, value: @scope %>
<%= hidden_input f, :state, value: @state%>
<%= submit "Authorize" %>
<% end %>