AutoGPT/rnd/autogpt_libs
Swifty 56ce7ac628
feat(market): Added Auth to Market and Protect routes (#7717)
* adding auth to store

* Added auth decorator

* Added auth to market api client

* removed database changes

* moved auth to libs project

* fixed formatting

* Switched to using fastapi dependencies

* Return a user object

* removed logging of the token

* Added tests
2024-08-08 09:28:44 +02:00
..
autogpt_libs feat(market): Added Auth to Market and Protect routes (#7717) 2024-08-08 09:28:44 +02:00
README.md feat(server): Add JWT validation (#7642) 2024-08-01 11:11:40 +01:00
poetry.lock feat(server): Add JWT validation (#7642) 2024-08-01 11:11:40 +01:00
pyproject.toml feat(server): Add JWT validation (#7642) 2024-08-01 11:11:40 +01:00

README.md

AutoGPT Libs

This is a new project to store shared functionality across different services in NextGen AutoGPT (e.g. authentication)