anvilresearch / connect

A modern authorization server built to authenticate your users and protect your APIs
http://anvil.io
MIT License
361 stars 85 forks source link

Add response_mode hidden field to authorize view #332

Closed dmitrizagidulin closed 8 years ago

dmitrizagidulin commented 8 years ago

For implicit auth requests with non-trusted clients, users are presented with the Authorization / consent screen. The response_mode hidden field was missing on the template, so the response mode defaulted to fragment or whatever.

This adds the missing field.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 79.685% when pulling 8ac957bf31ae7ecafd9e6d550ab02ca8c52a1c89 on dz_fix_authorize_view into 60102a218f37bc75d3a9a9574c00acb25f83f14e on master.

christiansmith commented 8 years ago

Thank you!