https://github.com/madappgang/identifo
Universal authentication framework for web, created with go
https://github.com/madappgang/identifo
auth authentication golang login user web-service
Last synced: 9 months ago
JSON representation
Universal authentication framework for web, created with go
- Host: GitHub
- URL: https://github.com/madappgang/identifo
- Owner: MadAppGang
- License: mit
- Created: 2018-07-01T12:17:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-24T09:34:48.000Z (9 months ago)
- Last Synced: 2025-09-24T10:23:33.677Z (9 months ago)
- Topics: auth, authentication, golang, login, user, web-service
- Language: Go
- Size: 36.7 MB
- Stars: 62
- Watchers: 5
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
---
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" %}
```jsx
import identifo from 'identifo.js';
identifo.init({
url: "https://mydomain.com:123",
app_id: "aabbccssddd",
}).login();
```
{% endtab %}
{% tab title="Swift iOS" %}
```swift
identifo.init()
identiof.login()
```
{% endtab %}
{% tab title="Kotlin Android" %}
```kotlin
identifo.init()
identiof.login()
```
{% endtab %}
{% endtabs %}
{% hint style="info" %}
Identifo is proudly created and supported by [MadAppGang](https://madappgang.com) and the community. If you are missing any integration or customisation, we can do it for you as a consulting company.
{% endhint %}