skylight
skylight copied to clipboard
Minimal bsky.social web client implementation.
手軽にデータを保存するにはlocalstorageはとても優秀です。 しかしlocalstorageのLSのデータは永続的に残り、かつアクセスできてしまいます。 そのためセキュリティ観点からあまりそこに保存するのは望まれません。 Vue系を使っていたと思うので、Storeの設定からCookieに変更すべきかと思います。 以下の2つ、対応が必要かなと思います。 - Cookieに移行 - HttpOnly属性必須 - Secure属性必須 - Expireの設定(7日 ~ 30日)悩んだら7日で - 既存のLocalStorageのsessがあったばあい削除するコードも用意しておくと良いかもです
List of things that might be implemented. - [ ] Notification badge - [ ] Improve notification tab tile UI - [ ] Optional auto refresh - [x] Display images...
You can follow yourself by accessing your profile, and it is indeed counted as a follower on the official BlueSky instance. I'm not sure if this is a problem, as...