Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android lock screen login says "No passkeys available" #10

Open
brailateo opened this issue Jul 7, 2024 · 0 comments
Open

Android lock screen login says "No passkeys available" #10

brailateo opened this issue Jul 7, 2024 · 0 comments

Comments

@brailateo
Copy link

brailateo commented Jul 7, 2024

Registration works, found the usernames on server in myDatabase.json but login on the same device gives the error "No passkeys available". I'm using Google Chrome 126.0.6478.122 on Android 11 on a Redmi Note 9 Pro device.
NodeJS version v16.20.1 on server could be a problem?

I have tried with main and server/express branch because I saw a similar issue (marked closed) about this problem!

I'm leaving here the URL for testing: https://app.delta.ro/solauth/ (the trailing / must be present )

Here is my config.js file
// Base configuration
let config = {
"port": 3000,
"origin": "https://app.delta.ro",
"rpId": "app.delta.ro",
"rpName": "SOL autentificare",
"mode": "production",
"baseUrl": "https://app.delta.ro/solauth/", // Uses origin as default
"cookieMaxAge": 24 * 60 * 60 * 1000, // 24 hours
"challengeTimeoutMs": 90 * 1000, // 90 seconds
"loginTokenExpireSeconds": 60
};

Thanks,
Constantin Teodorescu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant