ExpeditionRPG / expedition

Expedition: The Cards & App RPG
https://ExpeditionGame.com
Other
78 stars 26 forks source link

OAuth 2.0 authorization endpoint in embedded webviews #901

Closed smartin015 closed 1 year ago

smartin015 commented 1 year ago

Original article: https://developers.googleblog.com/2021/06/upcoming-security-changes-to-googles-oauth-2.0-authorization-endpoint.html

Deadline: February 6, 2023, any login attempts via embedded webview will receive a disallowed_useragent error.

Note: users should receive a "warning message" when attempting to authorize in an embedded webview

Methods of login:

It appears this is not an issue for our app, only for users which attempt to login to the app by using their own webview. Furthermore, webview blocking seems to already be in place. @toddmedema - it looks like there's no action required here, do you agree?

toddmedema commented 1 year ago

Confirmed, looks good and makes sense