I’ve made an app that makes it possible to schedule a post in Lemmy at an arbitrary time. It’s available at https://schedule.lemmings.world and can be used by people from any instance.

Let me know what you think!

P.S. This post is made using the app!

Edit: And it’s open source!

  • @Durotar@lemmy.ml
    link
    fedilink
    English
    211 months ago

    JWT token is not stored on the server

    JWT token are stored in a job that gets scheduled to run later

    Where’s the job stored?

    • Rikudou_SageOPA
      link
      English
      111 months ago

      In a scheduling system. Probably bad wording on my part, sorry. I meant that it’s not stored anywhere for just logging in, though it’s stored as part of every scheduling job in the scheduling system.