discourse-oauth2-basic/spec
David Taylor f45cd3edf9
FEATURE: Handle invalid email_verified data from identity provider (#40)
Some identity providers send email_verfied as a 'true'/'false' string, not a boolean. (e.g. this bug in Auth0: https://community.auth0.com/t/27553)

This commit adds automatic handling for this case, so that the string is automatically converted into a real boolean.
2021-04-21 11:16:25 +01:00
..
plugin_spec.rb FEATURE: Handle invalid email_verified data from identity provider (#40) 2021-04-21 11:16:25 +01:00