Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use hashids to mask IDs in URL #16

Closed
koolskateguy89 opened this issue Dec 2, 2022 · 0 comments · Fixed by #17
Closed

Use hashids to mask IDs in URL #16

koolskateguy89 opened this issue Dec 2, 2022 · 0 comments · Fixed by #17
Assignees

Comments

@koolskateguy89
Copy link
Contributor

koolskateguy89 commented Dec 2, 2022

hashids

Nick Chapsas video

Could use it for invite token? we could but then it wouldn't:

  • have an expiry date
  • be 1 time use unless storing it in db
    • with JWT, idt it'll be 1 time use anyway unless storing it in db
@koolskateguy89 koolskateguy89 changed the title Use hashids to encode IDs in URL Use hashids to mask IDs in URL Dec 2, 2022
@koolskateguy89 koolskateguy89 linked a pull request Dec 2, 2022 that will close this issue
8 tasks
@koolskateguy89 koolskateguy89 self-assigned this Dec 2, 2022
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 a pull request may close this issue.

1 participant