MadAppGang / identifo

Universal authentication framework for web, created with go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

description
main page and positioning

Main page

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

{% tabs %} {% tab title="React" %}

import identifo from 'identifo.js';

identifo.init({
    url: "https://mydomain.com:123",
    app_id: "aabbccssddd",
}).login();

{% endtab %}

{% tab title="Swift iOS" %}

identifo.init()
identiof.login()

{% endtab %}

{% tab title="Kotlin Android" %}

identifo.init()
identiof.login()

{% endtab %} {% endtabs %}

{% hint style="info" %} Identifo is proudly created and supported by MadAppGang and the community. If you are missing any integration or customisation, we can do it for you as a consulting company. {% endhint %}

About

Universal authentication framework for web, created with go

License:MIT License


Languages

Language:Go 53.7%Language:JavaScript 30.1%Language:TypeScript 9.3%Language:CSS 4.1%Language:SCSS 1.6%Language:HTML 0.7%Language:Shell 0.2%Language:Makefile 0.2%Language:Dockerfile 0.1%