Anthony Z
Anthony Z
KKinde
Created by Anthony Z on 6/5/2024 in #💻┃support
Unmatched Route
no @Daniel_Kinde i managed to fix the issue. Skipped a crucial part from the docs. Thanks
12 replies
KKinde
Created by Anthony Z on 6/5/2024 in #💻┃support
Unmatched Route
the fix is this for anoyne which might have the same problem and sees this post You need to set the callback url to existing screen in your application. For example if you use the new expo router and one of the screen you have is dashboard.tsx, your callback could be gac-laywer://dashboard. This is also a must if you want to deploy your application to apple/google stores. Also, for Android you need to add the additional config in app.config.ts like following, where the host is your callback page android: { intentFilters: [ { action: 'VIEW', data: { scheme: 'gac-lawyer', host: 'login', }, category: ['BROWSABLE', 'DEFAULT'], }, ], ]
12 replies
KKinde
Created by Anthony Z on 6/5/2024 in #💻┃support
Unmatched Route
@Admin anyone can explain please as i have been stuck since last week on this
12 replies
KKinde
Created by Anthony Z on 6/5/2024 in #💻┃support
Unmatched Route
@Daniel_Kinde
12 replies
KKinde
Created by Anthony Z on 6/5/2024 in #💻┃support
Unmatched Route
will that maybe fix the issue
12 replies
KKinde
Created by Anthony Z on 6/5/2024 in #💻┃support
Unmatched Route
Can i maybe create a route in my app router called kinde_callback?
12 replies
KKinde
Created by Anthony Z on 6/5/2024 in #💻┃support
Unmatched Route
No description
12 replies
KKinde
Created by Anthony Z on 6/5/2024 in #💻┃support
Unmatched Route
Hi, everything seems to be configured properly. Haave beeen trying to fix this issue for the past week but still not fixed
12 replies
KKinde
Created by Anthony Z on 5/14/2024 in #💻┃support
custom signin/signup page
Hi @Oli - Kinde , so for me to just use the custom page i must use the paswordless login?
9 replies
KKinde
Created by Anthony Z on 5/14/2024 in #💻┃support
custom signin/signup page
So when i get the password from the user in the input field how do i pass it to the API?
9 replies
KKinde
Created by Anthony Z on 5/14/2024 in #💻┃support
custom signin/signup page
My issue with this is that i want to login with password not paswordless approach. And i want that i have a custom page to do so instead of being redirected to the kinde default page
9 replies
KKinde
Created by Anthony Z on 5/14/2024 in #💻┃support
custom signin/signup page
and another question is what is thebest way to keep the jwt in the browser and keep it getting refreshed until the user logs out. As previously I used the firebase auth and i used to save it as a cookie
9 replies
KKinde
Created by Anthony Z on 5/7/2024 in #💻┃support
Sorry, we don't see a way to authenticate you at the moment.
Had to add authentication method
3 replies
KKinde
Created by Anthony Z on 5/7/2024 in #💻┃support
Sorry, we don't see a way to authenticate you at the moment.
I fixed it
3 replies