v21’s avatarv21’s Twitter Archive—№ 77,434

  1. …in reply to @mountain_ghosts
    @mountain_ghosts sub is a field in the payload! ie: I am setting up an external auth provider, using Firebase, which gives me JWTs I then pass to my backend. it is nice that Firebase's format is vaguely similar to the one that Auth0 would give me.
    1. …in reply to @v21
      @mountain_ghosts or, even more usefully, it is nice that the validation library I am using can check that the current time is between iat and exp