anvilresearch / connect

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

Fix POST handling by /signout endpoint #337

Closed dmitrizagidulin closed 8 years ago

dmitrizagidulin commented 8 years ago

Fixes #336.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.01%) to 79.714% when pulling 724b8c29880773fc47f077c56fe021f5dc1b9ea0 on dz_post_signout into 8d1e3927cba346f67969ca8061a84916cf84763d on master.

dmitrizagidulin commented 8 years ago

Slight change in semantics. If a non-null but malformed/invalid id_token_hint is passed to the signout() handler, it will invoke next(error) instead of failing silently and signing out.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.04%) to 79.743% when pulling 3c4084c2309d71422ceaff05c9995c7a799e5b26 on dz_post_signout into 8d1e3927cba346f67969ca8061a84916cf84763d on master.

christiansmith commented 8 years ago

Looks good, thanks!