Skip to content

iexcloud/iexcloud-openid-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IEX Cloud OpenID Client Example

An example application integrating with IEX Cloud's OpenID service.

Overview

This library contains two demo applications connecting to IEX Cloud as OpenID identity provider.

NodeJS

This application is built with node/express via node-openid-client (client) and express-openid-connect (middleware).

Python

This application is built with python via pyoidc (client) and Flask-pyoidc (middleware).

Acknowledgements

Many thanks to Filip Skokan, Roland Hedberg, and Samuel Gulliksson for their libraries and examples.

Walkthrough

Let's go through all of the steps necessary to create a new application, authenticate and authorize it, and access user and token information.

Walkthrough

Development

See CONTRIBUTING.md for guidelines.

License

This software is licensed under the Apache 2.0 license. See the LICENSE and AUTHORS files for details.