nostrnests / nests

Nostr Nests is an audio space for chatting, jamming, micro-conferences, live podcast recordings, etc. that's powered by Nostr.
https://nostrnests.com
MIT License
20 stars 4 forks source link

Reloading room should refresh token #24

Open v0l opened 5 months ago

v0l commented 5 months ago

When you reload the page while in a room, it uses the (probably) expired token.

2 options:

  1. Use the latest token which is being refreshed in the background
  2. Get a new token if we get auth issue

Ref: #17