This a two part series, where I am going to show you how to use React and Typescript coupled with FaceIO to sign-up, authenticate a user and consume user data in your website.
React-Typescript user sign-up form using FaceIO for face authentication.
React Context API login example using FaceIO for face authentication.
What is FaceIO.
FaceIO is a facial authentication framework to authenticate users via face recognition instead of the traditional login/password. It is implemented via a simple JavaScript snippet (like google tag). More here.
For more on FaceIO.
- The getting started guide.
- The integration guide.
- The Developer center.
- The frequently asked questions section.
- The trust center.
There are also some very interesting articles to get you on your way.
Login/Sign up form using FaceIO, Next.js and Tailwind CSS
Implementing facial authentication on a Vue.js app.
How to Authenticate a User with Face Recognition in React.js.