Greenstand / treetracker-web-map-core-demo

5 stars 7 forks source link

Register and Login the app by integrating with our keycloak #8

Open dadiorchen opened 1 year ago

dadiorchen commented 1 year ago

We are using Keycloak as an oAuth solution, so Let's build do registration and login on the app using that.

You can play with Keycloak here: https://dev-k8s.treetracker.org/auth/ please message me on Slack for credential and other resources.

Some references: https://github.com/react-keycloak/react-native-keycloak https://keycloak.discourse.group/t/how-to-secure-mobile-apps/1790/2 https://github.com/openid/AppAuth-iOS

mahimnamehta commented 7 months ago

@dadiorchen https://dev-k8s.treetracker.org/auth/ - This link is not working for me (page not found).

Do you want to implement Registration and Login functionalities on this app?

dadiorchen commented 7 months ago

@mahimnamehta this is the new link: https://dev-k8s.treetracker.org/keycloak/

We want to use keycloak as the user API to implement the reg & login for this app

dadiorchen commented 7 months ago

something like this: https://github.com/react-keycloak/react-native-keycloak