Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.25 KB

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.