Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.57 KB

README.md

File metadata and controls

61 lines (36 loc) · 1.57 KB

Authentiq Connect integration examples

This repository contains several examples demonstrating how to integrate with Authentiq Connect from third party frameworks.

You can find live versions of the client side examples on the examples page. For the server side examples, please just browse the code on GitHub for now.

Read more about Authentiq Connect in our developer documentation. And please contribute more integrations to this repository!

Examples

Client side

AuthentiqJS

Basic
Demonstrates how to access client details from JavaScript.
Google Map
Shows how to request and use a user's location.

AngularJS

AuthentiqJS
Demonstrates how to use AuthentiqJS with AngularJS.
OAuth 2.0
Demonstrates how to configure other AngularJS OAuth 2.0 modules for use with Authentiq.

HelloJS

Shows how to configure HelloJS to allow users to sign in with Authentiq ID.

Server side

We don't have

Flask

The following examples use Python Flask.

Authentiq Connect
Demonstrates advanced features of Authentiq Connect, like remote signout.
OAuth 2.0
Demonstrates how to use requests-oauthlib with Authentiq using plain OAuth 2.0.

NodeJS

Coming soon.

Wordpress

Coming soon.