Same authentication in web application and flutter app

Hello,

Can I use the same authentication in web application and flutter app? Meaning when user creates account in web, he can log with the same credentials to mobile.

Best regards,
Pawel

Hi @paweldurzynski85

Yes. The account is created in a “connection”. Both apps should use that connection when authenticating.

John

Thanks for the information. For now, I would like to create a web app, but in the future, I would like to have opportunity to create a mobile app.

Topic can be closed

Best regards,
Pawel