Integration with Flutter App #426
Unanswered
EmanuelDellsen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community!
I have created a smartphone application using Flutter and a .NetCore backend API which implements the flow with Swedish BankID and the communication from Flutter app -> Backend -> BankID -> Backend -> Flutter app is without problems. I can open the application and successfully authenticate towards BankID.
My problem now comes when I have to generate some token containing the users' information and send it back to the Flutter app so that we can use the said token to authorize protected endpoints in the .NetCore API.
Is there anyone who can support or provide some hints as to how to proceed or where to look? Or is this library only useful when it comes to MVC-style applications? :)
Best regards from a developer trying to figure-out his startup project. :)
Beta Was this translation helpful? Give feedback.
All reactions