Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 378ed36

Browse files
committed
fix: refactoring as service
1 parent a514e93 commit 378ed36

File tree

8 files changed

+9
-281
lines changed

8 files changed

+9
-281
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center">
2-
<a href=""><img src="./docs/img/logo.png" alt="FastAPI-allauth" width="85%"/></a>
2+
<a href=""><img src="./img/logo.png" alt="FastAPI-allauth" width="95%"/></a>
33
</p>
44
<p align="center">
5-
<em>⚡ Powerful and Secure Authentication tool for FastAPI ⚡</em>
5+
<em>⚡ Powerful and Secure FastAPI Authentication Service ⚡</em>
66
</p>
77
<p align="center">
88

@@ -13,13 +13,14 @@
1313
FastAPI secure jwt ...
1414

1515
## TODO
16+
* [X] JWT token generation
1617
* [ ] Basic Auth (login, register, logout, refresh)
1718
* [ ] Reset Password
1819
* [ ] Email verification
1920

2021
## Features
2122

22-
* [ ] Extensible base user model
23+
* [ ] User & Role Models
2324
* [ ] Ready-to-use JWT secure authentication
2425
* [ ] ...
2526

@@ -36,14 +37,15 @@ Don't forget to give the project a star! Thanks again!
3637
4. Push to the Branch (`git push origin feature/AmazingFeature`)
3738
5. Open a Pull Request
3839

40+
## Contact
41+
42+
[Nikoloz Naskidashvili](https://github.com/NickNaskida) - Twitter: [@NickNaskida](https://twitter.com/NickNaskida)
43+
44+
Project Link: [https://github.com/NickNaskida/FastAPI-secure-jwt](https://github.com/NickNaskida/FastAPI-secure-jwt)
3945

4046
## License
4147

4248
Distributed under the MIT License. See `LICENSE` for more information.
4349

44-
## Contact
45-
46-
[Nikoloz Naskidashvili](https://github.com/NickNaskida) - [@NickNaskida](https://twitter.com/NickNaskida)
4750

48-
Project Link: [https://github.com/NickNaskida/FastAPI-secure-jwt](https://github.com/NickNaskida/FastAPI-secure-jwt)
4951

docs/en/docs/img/favicon.png

-8.77 KB
Binary file not shown.

docs/en/docs/img/logo.svg

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/en/docs/index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/en/mkdocs.yml

Lines changed: 0 additions & 241 deletions
This file was deleted.

docs/img/logo.png

-28.4 KB
Binary file not shown.

fastapi_secure_jwt/auth/__init__.py

Whitespace-only changes.

img/logo.png

28.9 KB
Loading

0 commit comments

Comments
 (0)