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

Add YooniK Face Authentication Rule #286

Merged
merged 3 commits into from
Apr 20, 2021

Conversation

vitormcpedro
Copy link
Contributor

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

PR for adding YooniK Face Authentication rule template.

YooniK provides a face authentication service (YooniK Face) that can work as a second-factor authentication method using facial biometrics.
Leveraging this service in combination with Auth0, the user is guided through the collection of a selfie image using YooniK SDKs.
This rule will redirect the user to a custom application that interacts with YooniK APIs for face authentication.

Testing

This rule requires implementing a custom application that captures a selfie from the user and performs a face authentication request to YooniK APIS.
You can see an example project for testing here: https://github.com/dev-yoonik/YK-Authentication-SDK-Python which can be used to test the rule. You will also need a YooniK API key and URL. Please contact vitor@yoonik.me for details.

Copy link
Contributor

@joshcanhelp joshcanhelp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM, thanks for the submission! Can you run npm run format here to clean up some of the whitespace? I'll submit to our security team now.

@vitormcpedro
Copy link
Contributor Author

Hi @joshcanhelp ! Thank you for your review! I have just updated the PR after cleaning up using npm run format.

@joshcanhelp joshcanhelp merged commit f5ab42b into auth0:master Apr 20, 2021
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

Successfully merging this pull request may close these issues.

2 participants