Skip to content

feat: implement access/refresh tokens on auth#33

Open
ayush00git wants to merge 1 commit into
mainfrom
feat/tokens
Open

feat: implement access/refresh tokens on auth#33
ayush00git wants to merge 1 commit into
mainfrom
feat/tokens

Conversation

@ayush00git

Copy link
Copy Markdown
Owner
  • This PR adds access/refresh tokens on user's authentication, tokens will be sent in response object via Authorization header, which generally the rpc server's does.
  • Current decisions - Refresh token's expiry time - 30 days
    - Access token's expiry time - 1 hour

Closes #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v2][FEAT]: implement refresh/access tokens for auth

1 participant