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...
- Host: GitHub
- URL: https://github.com/authentiqid/authentiq-examples
- Owner: AuthentiqID
- License: apache-2.0
- Created: 2015-07-07T09:27:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T13:10:22.000Z (about 9 years ago)
- Last Synced: 2025-06-28T19:51:22.821Z (12 months ago)
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.