Lock v10.10.1 (probably after referencing auth0.js 8.1.2 because of PR #324) adds some additional parameters when doing an authorize call, such as popup and popup_options, that seem out of place.
Lock v10.7.0:
https://nico-sabena.auth0.com/authorize
?scope=openid
&response_type=code
&connection=[...]
&connection_scope=
&sso=true
&state=
&client_id=[...]
&redirect_uri=[...]
&auth0Client=[...]
Lock v10.10.0:
https://nico-sabena.auth0.com/authorize
?connection=[...]
&auth0Client=[...]
&client_id=[...]
&response_type=code
&redirect_uri=[...]
&scope=openid
v10.10.1 and after:
https://nico-sabena.auth0.com/authorize
?client_id=[...]
&response_type=code
&redirect_uri=[...]
&connection=[...]
&connection_scope=
&popup=false
&popup_options=%5Bobject%20Object%5D
&sso=true
&state=nndfasdfasdf
&scope=openid
&auth0Client=[...]
Lock v10.10.1 (probably after referencing auth0.js 8.1.2 because of PR #324) adds some additional parameters when doing an authorize call, such as
popupandpopup_options, that seem out of place.Lock v10.7.0:
Lock v10.10.0:
v10.10.1 and after: