File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- # WIP | COMING SOON
2
-
3
1
# FastAPI OIDC
4
2
5
- <p align =" center " >
3
+ <p align =" left " >
6
4
<a href="https://github.com/HarryMWinters/fastapi-oidc/actions?query=workflow%3ATest"
7
5
target="_blank">
8
6
<img src="https://github.com/HarryMWinters/fastapi-oidc/workflows/Test/badge.svg"
@@ -28,11 +26,11 @@ Verify and decrypt 3rd party OIDC ID tokens to protect your [fastapi](https://gi
28
26
29
27
** Source code:** [ Github] ( https://github.com/HarryMWinters/fastapi-oidc )
30
28
31
- ### Installation
29
+ ## Installation
32
30
33
31
` pip install fastapi-oidc `
34
32
35
- #### Verify ID Tokens Issued by Third Party
33
+ ### Verify ID Tokens Issued by Third Party
36
34
37
35
This is great if you just want to use something like Okta or google to handle
38
36
your auth. All you need to do is verify the token and then you can extract user ID info from it.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " fastapi-oidc"
3
- version = " 0.0.4 "
4
- description = " WIP | COMING SOON A simple library for parsing and verifying externally issued OIDC ID tokens in fastapi."
3
+ version = " 0.0.5 "
4
+ description = " A simple library for parsing and verifying externally issued OIDC ID tokens in fastapi."
5
5
authors = [
" HarryMWinters <[email protected] >" ]
6
6
license = " MIT"
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments