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

Auth improvements topics #381

Closed
rolznz opened this issue Jul 31, 2024 · 1 comment
Closed

Auth improvements topics #381

rolznz opened this issue Jul 31, 2024 · 1 comment
Assignees

Comments

@rolznz
Copy link
Contributor

rolznz commented Jul 31, 2024

JWT auth + Fly proxy + possible second layer of encryption + fixing decrypting seed locally are all interconnected and need to be solved together.

  • remove CSRF token with an API authentication
  • What are the options for an additional layer of encryption (research additional TLS options to solve potential MITM proxy issues) -> decided not to do this
  • How does the Fly gateway work? does it remove the need for subdomains? -> yes, progress has started on fly gateway
  • Send unlock password to hub backend and hub will return seed protected by HTTPS and possibly another layer of encryption - this will solve the issue with users unable to backup their seed on .local addresses
  • JWT sounds good and saving to local storage. For fly gateway, we use an extra header.
@rolznz rolznz self-assigned this Aug 7, 2024
@rolznz rolznz mentioned this issue Aug 7, 2024
2 tasks
@rolznz
Copy link
Contributor Author

rolznz commented Aug 24, 2024

All tasks have been completed 🎉

@rolznz rolznz closed this as completed Aug 24, 2024
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

No branches or pull requests

1 participant