Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joewood/ipyauth
- Owner: joewood
- License: mit
- Created: 2019-10-29T00:51:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:42:32.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T02:04:55.278Z (7 months ago)
- Language: Jupyter Notebook
- Size: 4.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).