ActiveLogin / ActiveLogin.Authentication

Support Swedish BankID (svenskt BankID) authentication in .NET. Unofficial package, not created by BankID.
https://activelogin.net
MIT License
216 stars 75 forks source link

AddCustomBrowserByUserAgent will always override regardless of device #443

Closed robynactive closed 8 months ago

robynactive commented 8 months ago

Move the custom redirect part of the code to be able to override redirects even if it isn't an iphone and rename the return url from iosReturnUrl to ReturnUrl.

This makes it possible for TWA (wrapped PWA) to use a user agent without faking being anything else.

This PR fixes #442 .