Skip to content

Commit 6db40e0

Browse files
Updates for 0.0.5 release (HarryMWinters#13) 📦
- Fix readme. - Bump version number in pyproject
1 parent f9019b7 commit 6db40e0

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# WIP | COMING SOON
2-
31
# FastAPI OIDC
42

5-
<p align="center">
3+
<p align="left">
64
<a href="https://github.com/HarryMWinters/fastapi-oidc/actions?query=workflow%3ATest"
75
target="_blank">
86
<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
2826

2927
**Source code:** [Github](https://github.com/HarryMWinters/fastapi-oidc)
3028

31-
### Installation
29+
## Installation
3230

3331
`pip install fastapi-oidc`
3432

35-
#### Verify ID Tokens Issued by Third Party
33+
### Verify ID Tokens Issued by Third Party
3634

3735
This is great if you just want to use something like Okta or google to handle
3836
your auth. All you need to do is verify the token and then you can extract user ID info from it.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
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."
55
authors = ["HarryMWinters <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)