Use https scheme for OAuth redirects #240
Labels
chore
Something that is not a bug or a feature, does not change production behaviour
priority: maybe someday
This is not really relevant, but if we have nothing else to do, then we can think about this.
Using
https
instead ofnu.thalia
as scheme for OAuth redirects is more secure, since both iOS and Android require a web server to declare that they some app is allowed to listen to its https redirects.For #239, we have to do this as TOSTI doesn't allow non-https redirects, but for concrexit it also seems like a good idea.
See https://developer.android.com/training/app-links/verify-site-associations
The text was updated successfully, but these errors were encountered: