Main page
main page and positioning
Positioning
Identifo is a cloud-native user authentication system, which provides a secure native user experience with zero development efforts and full customisation and extendability.
Key points:
cloud-native
ios native expierence
android native expierence
secure
web server-side rendering
web full client-side integration with API flow (no iframes etc)
distributed support with JWT token
OIDC support
one line integration
import identifo from 'identifo.js';
identifo.init({
url: "https://mydomain.com:123",
app_id: "aabbccssddd",
}).login();
identifo.init()
identiof.login()identifo.init()
identiof.login()Last updated
Was this helpful?