dmarro89 / dare-db

Dare-DB is a lightweight in-memory database written in Go, featuring Redis-inspired hashtables and HTTP/HTTPS endpoints for seamless data storage and retrieval, with Docker support for easy deployment
MIT License
17 stars 1 forks source link

Add JWT Authorization logic #36

Closed dmarro89 closed 4 days ago

TheInvincibleRalph commented 1 month ago

Hi, I would love to work on this. Can it be assigned, please?

dmarro89 commented 1 month ago

Hi @TheInvincibleRalph, thanks for your comment. Could you please start with some review on the code? It will be really appreciated.

Thanks

dmarro89 commented 1 month ago

Hi @TheInvincibleRalph, sorry here's the PR. If you want, you could start to review the PR (I can add you as reviewer). Then, there are other issues to work on for this project. Feel free to take a look to the ongoing discussions and partecipate. Thanks

TheInvincibleRalph commented 1 month ago

Aright, @dmarro89. I am in for reviewing the PR.

vdmitriyev commented 2 weeks ago

@dmarro89 we also need to add information on expirationTime of a token (is now 5 minutes) to the documentation. Just writing this note in this issue, so it will not be forgotten/lost.

dmarro89 commented 2 weeks ago

@dmarro89

we also need to add information on expirationTime of a token (is now 5 minutes) to the documentation.

Just writing this note in this issue, so it will not be forgotten/lost.

Thanks