Skip to content

Commit d863885

Browse files
committed
Document some notes for the future
1 parent e264b50 commit d863885

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# fastapi-oauth2
22

33
Easy to setup social authentication mechanism with support for several auth providers.
4+
5+
## Examples
6+
7+
- [airnominal](./examples/airnominal)
8+
- [dogeapi](./examples/DogeAPI)
9+
10+
Both can be run using the following command:
11+
12+
```bash
13+
uvicorn main:app --reload
14+
```
15+
16+
## TODO
17+
18+
- Segregate the prototype of the `fastapi-oauth2` core.

0 commit comments

Comments
 (0)