OpenYOLO-Android icon indicating copy to clipboard operation
OpenYOLO-Android copied to clipboard

Android protocol for credential exchange and update - "You Only Login Once"

Results 17 OpenYOLO-Android issues
Sort by recently updated
recently updated
newest added

Unable to retrieve saved credentials from google smart lock in simplest and test app. Run test app, save credentials, select openyolo://email save in google smart lock Then try to retrieve,...

When deleting credentials, `CredentialClient.findProviders` returns a list that does not include Google Smart Lock. If you store credentials in Google Smart lock that are wrong in any way, they will...

Running org.openyolo.demoapp.passwordlogin, I get the following exception: ``` 05-01 17:13:30.014 20647-20647/org.openyolo.demoapp.passwordonly E/AndroidRuntime: FATAL EXCEPTION: main Process: org.openyolo.demoapp.passwordonly, PID: 20647 java.lang.RuntimeException: Error receiving broadcast Intent { act=org.openyolo.credential:B35070BB6CF9ED52 cat=[com.google.bbq.QUERY] flg=0x10 pkg=org.openyolo.demoapp.passwordonly (has...

Got this error on Google prelaunch report for Huawei P8 Lite device, it's crashing when is invoked `CredentialRetrieveRequest.fromAuthMethods(AuthenticationMethods.EMAIL)`

Got below error in prod, its not always happening, i'm unable to reproduce but its happening in some devices, its crashing when getInstance is invoked ``` CredentialClient client = CredentialClient.getInstance(activity);...

Steps to reproduce issue : Run test app & select Retrieve page select openyolo://email Now click on Get Credential button Some times credential providers are available but most of the...

When I try to auto-complete the classes most of the times it shows me same classes with two packages one is actual and another is protobuf class, this multiple package...

enhancement

src - https://github.com/openid/OpenYOLO-Android/blob/master/api/proguard-rules.txt isn't this too broad? `-keep class org.hamcrest.** { *; }`

api

1. install the app 2. press back 3. enter email id and press tick button -> nothing happens Flow exits below, i.e no password, but no password filed, even error...

app-bug