An example application integrating with IEX Cloud's OpenID service.
This library contains two demo applications connecting to IEX Cloud as OpenID identity provider.
This application is built with node/express via node-openid-client (client) and express-openid-connect (middleware).
This application is built with python via pyoidc (client) and Flask-pyoidc (middleware).
Many thanks to Filip Skokan, Roland Hedberg, and Samuel Gulliksson for their libraries and examples.
Let's go through all of the steps necessary to create a new application, authenticate and authorize it, and access user and token information.
See CONTRIBUTING.md for guidelines.
This software is licensed under the Apache 2.0 license. See the LICENSE and AUTHORS files for details.