VanhMaCao
VanhMaCao
I'm using a package for authentication (aad_oauth), and the issue here is that this library requires passing the navigatorKey into MaterialApp with the parameter navigatorKey. However, when using auto_router, I...
After successfully logging in and receiving the access token, when I decode it using https://jwt.io, it appears to be invalid, and I suspect it might be missing some information.
In 'aad_oauth' library, it's necessary to pass the navigatorKey to MaterialApp(), but in recent versions, when combined with route libraries like auto_router, go_router, it's required to use MaterialApp.router, and MaterialApp.router...