An open API service indexing awesome lists of open source software.

https://github.com/authentiqid/authentiq-examples

Obsolete, moved into separate repos...
https://github.com/authentiqid/authentiq-examples

Last synced: 5 months ago
JSON representation

Obsolete, moved into separate repos...

Awesome Lists containing this project

README

          

# 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](#client-side) on the [examples page](http://examples.authentiq.io). For the [server side examples](#server-side), please just browse the code on GitHub for now.

Read more about Authentiq Connect in our [developer documentation](http://developers.authentiq.io/). 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](http://adodson.com/hello.js/) to allow users to sign in with Authentiq ID.

## Server side

We don't have

### Flask

The following examples use Python [Flask](http://flask.pocoo.org/).


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.