All Projects → MadAppGang → identifo

MadAppGang / identifo

Licence: MIT license
Universal authentication framework for web, created with go

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to identifo

react-apple-signin-auth
 Apple signin for React using the official Apple JS SDK
Stars: ✭ 58 (+0%)
Mutual labels:  login, auth
Kratos
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, profile management, identity schemas, social sign in, registration, account recovery, and IoT auth. Golang, headless, API-only - without templating or theming headaches.
Stars: ✭ 4,684 (+7975.86%)
Mutual labels:  login, user
auth-flow-react-apollo-saga
Full stack login/register flow with React, Apollo, Redux, Redux-saga and MongoDB.
Stars: ✭ 22 (-62.07%)
Mutual labels:  login, auth
lua-resty-feishu-auth
适用于 OpenResty / ngx_lua 的基于飞书组织架构的登录认证
Stars: ✭ 28 (-51.72%)
Mutual labels:  login, auth
Flask simplelogin
Simple Login - Login Extension for Flask - maintainer @cuducos
Stars: ✭ 133 (+129.31%)
Mutual labels:  login, auth
EasyFirebase
No description or website provided.
Stars: ✭ 48 (-17.24%)
Mutual labels:  login, auth
user login and register
user login and register system in django
Stars: ✭ 43 (-25.86%)
Mutual labels:  login, user
yii2-jwt-user
JWT (JSON Web Token) User component for Yii 2
Stars: ✭ 16 (-72.41%)
Mutual labels:  auth, user
Kratos Selfservice Ui React Native
A reference implementation of an app using ORY Kratos for auth (login), sign up (registration), profile settings (update password), MFA/2FA, account recovery (password reset), and more for React Native. This repository is available as an expo template!
Stars: ✭ 24 (-58.62%)
Mutual labels:  login, auth
Fastify Esso
The easiest authentication plugin for Fastify, with built-in support for Single sign-on
Stars: ✭ 20 (-65.52%)
Mutual labels:  login, auth
authorize-me
Authorization with social networks
Stars: ✭ 44 (-24.14%)
Mutual labels:  login, auth
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+313.79%)
Mutual labels:  login, auth
hapi-doorkeeper
User authentication for web servers
Stars: ✭ 14 (-75.86%)
Mutual labels:  login, auth
supabase-ui-svelte
Supabase authentication UI for Svelte
Stars: ✭ 83 (+43.1%)
Mutual labels:  login, auth
Hzdtf.foundation.framework
基础框架系统,支持.NET和.NET Core平台,语言:C#,DB支持MySql和SqlServer,主要功能有抽象持久化、服务层,将业务基本的增删改查抽离复用;提供代码生成器从DB生成实体、持久化、服务以及MVC控制器,每层依赖接口,并需要在客户端将对应实现层用Autofac程序集依赖注入,用AOP提供日志跟踪、事务、模型验证等。对Autofac、Redis、RabbitMQ封装扩展;DB访问提供自动主从访问,Redis客户端分区。特别适合管理系统。
Stars: ✭ 22 (-62.07%)
Mutual labels:  auth, user
laravel-magiclink
Create link for authenticate in Laravel without password or get private content
Stars: ✭ 135 (+132.76%)
Mutual labels:  login, auth
Php Auth
Authentication for PHP. Simple, lightweight and secure.
Stars: ✭ 713 (+1129.31%)
Mutual labels:  login, auth
Laravel Adminless Ldap Auth
Authenticate users in Laravel against an adminless LDAP server
Stars: ✭ 199 (+243.1%)
Mutual labels:  login, auth
rocket auth
An implementation for an authentication API for Rocket applications.
Stars: ✭ 65 (+12.07%)
Mutual labels:  login, auth
steam-auth
A simple PHP Steam login and User Detail package
Stars: ✭ 16 (-72.41%)
Mutual labels:  login
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 %}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].