added redis - rate limiting and made register endpoint secure - issue#16#27
Open
MUHSIN-M-P wants to merge 2 commits intoOpenTekHub:mainfrom
Open
added redis - rate limiting and made register endpoint secure - issue#16#27MUHSIN-M-P wants to merge 2 commits intoOpenTekHub:mainfrom
MUHSIN-M-P wants to merge 2 commits intoOpenTekHub:mainfrom
Conversation
Contributor
|
@MUHSIN-M-P |
Contributor
|
Hey @MUHSIN-M-P , quick question , have you tested the Redis integration using your actual Upstash credentials? I'm interested to know how to set up those for my further contribution. |
Contributor
Author
|
yes |
Collaborator
|
i am not much familirar with reddis but can't we check what data got stored in reddis? |
Collaborator
Contributor
Author
|
@Harish-2003 yes we can check what data is stored in reddis, using redis cli. i have used redis_upstash you can view it from the site |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
this PR added rate limit using redis upstash . i have added example.env file and . for register end point it does n't validate the token created i have added that service also and differentiated token of new user and existing user to prevent the exisiting user sending request.