C
C
KKinde
Created by Mata1 on 9/30/2024 in #💻┃support
What is the limit for number of organizations in one kinde account?
Can it be extended to more than 50?
13 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
THANKS!!! - it works
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
so the problem is on users already in system
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
Funny it works with that number, but not with users allready known in kindle. Try with this number 31210335 see video
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
Did you found out what changed? As this has been working since your team implemented the login_hint function
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
you can check on dev.bigscreen.dk just add a danish phone number (8 digts)
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
This is after i created a country = phoneNumber.country.toLowerCase();
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
No description
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
anything yet?
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
i realy cant get this working anymore, what can i do for further debug? It has worked for months now, but suddenly stopped.
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
But is anything changed? it has always worked like this: $(document).ready(function() { $("#loginButton").click(function() { var loginUrl = "/register?connection_id=" + encodeURIComponent(connection_id) + "&login_hint=" + encodeURIComponent("phone:" + phoneE164 + ":" + country) + "&org_code=" + encodeURIComponent(org_code); window.location.href = loginUrl;
}); $.get( "https://x.dk/status.html", function( data ) { $( "#globalStatus" ).html( data ); }); });
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
Friendly nudge again, it has been working for months, suddenly stopped. Should we change anything in our end, or did you change something in your end?
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
Any update?
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
Sent it as dm
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
app.get("/login", kindeClient.login(), (req, res) => { return res.redirect("/"); });
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
And iarent i doing that? $("#loginButton").click(function() { var loginUrl = "/register?connection_id=" + encodeURIComponent(connection_id) + "&login_hint=" + encodeURIComponent("phone:" + phoneE164 + ":" + country) + "&org_code=" + encodeURIComponent(org_code); window.location.href = loginUrl;
});
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
but somthing changed?
36 replies
KKinde
Created by C on 7/13/2024 in #💻┃support
phone sign in, custom has changed
Anything i can do to debug it further?
36 replies