stevebread

Results 6 comments of stevebread

This issue occurs with Flutter 3.0.5 as well pubspec: ``` cupertino_icons: ^1.0.2 firebase_core: ^1.20.0 cloud_functions: ^3.3.3 firebase_auth: ^3.6.3 ``` ``` Because firebase_auth_platform_interface 6.5.3 depends on collection ^1.16.0 and no versions...

No, the pubspec does not have firebase_auth_platform_interface explicitly added. This is the constraint version ``` environment: sdk: ">=2.16.1

Thanks, that helped me solve the issue. I had installed Flutter 3.0.5 into a new folder (not overwriting the 2.x SDK) and updated the Windows system path accordingly. On creating...

Can the access token be used as a csrf token? I came across the concept of [double submit cookies](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29_Prevention_Cheat_Sheet#Double_Submit_Cookies). I'm using Angular on the client and its only a simple...

never mind, the access token is rightfully HttpOnly

I'm coming from Firebase so I'll compare to that. `FirebaseAuth.instance.signOut()` terminates the Firebase session but does not log out of the provider on the device, same as what is currently...