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

Function for "existKey" - Async function - Documentation #469

Open
Simone4e opened this issue Jun 29, 2023 · 0 comments
Open

Function for "existKey" - Async function - Documentation #469

Simone4e opened this issue Jun 29, 2023 · 0 comments
Labels
feature Request feature

Comments

@Simone4e
Copy link

Simone4e commented Jun 29, 2023

Good morning everyone,

I would like to ask since there is no documentation on the use but only general of the functions why these functions do not exist:

  • Function for "existKey":
    I don't see a function to understand if the secret key that then allows the server to log in the user is present or not, if it were present I could decide whether to show the fingerprint at startup or not

  • Async function:
    In the tutorial of the old plugin async is used which is very useful for better managing the system, I see that at the moment there is only the callback as a possibility.

  • Documentation:
    It would be nice to have a practical use documentation with some examples, for example my idea was:
    User xx logs into the app for the first time, uses the credentials already provided to log into the app regularly, at which point if the Fingerprint is available, I register the fingerprint with a special token that comes from the login request.
    Now every time the person enters the app instead of using username/password he will use the Fingerprint which will then be compared with the server string === string

@Simone4e Simone4e added the feature Request feature label Jun 29, 2023
@Simone4e Simone4e changed the title Function for "existKey" - Async function Function for "existKey" - Async function - Documentation Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request feature
Projects
None yet
Development

No branches or pull requests

1 participant