Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joewood/ipyauth

Branch from gitlab oscar6echo/ipyauth
https://github.com/joewood/ipyauth

Last synced: about 4 hours ago
JSON representation

Branch from gitlab oscar6echo/ipyauth

Awesome Lists containing this project

README

        

# ipyauth

## 1 - Overview

This is a [Jupyter widget](https://ipywidgets.readthedocs.io/en/stable/) enabling the notebook user to negotiate (via OAuth2 implicit flow) a token from an ID provider - currently Auth0, Google.

The token obtained is passed on to the Python kernel, then the user can make requests to protected APIs.

## 2 - Docs

See the **ipyauth** [docs](https://oscar6echo.gitlab.io/ipyauth/) for:
+ Install instructions
+ Examples
+ etc

## 3 - Article

For the broader context, see this article: [OAuth2 from inside a Jupyter notebook](TBD).