2.0.0 • Published 4 years ago

errorsparty.dev-identity v2.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

errorsparty.dev-identity

A way to create identity tokens using the snowflake module.

Much alike a JSON Web Tokens, the Identity Token contains a payload which consists of three properties

  • A resource (an ID used to identify a user, service, etc).
  • Expiration date
  • Date the token was issued.

And as a JSON Web Token it also contains a hash of the properties so the content can be verified and trusted.

------- Identity --------
440 (256) Hash
184 ( 40) Expires At
144 ( 40) Issued At
104 (104) Snowflake
  0

----- Refresh Token -----
336 (256) Hash
 80 ( 40) Expires At
 40 ( 40) Issued At
  0