Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 28, 2023
1 parent 9747e05 commit 79fe515
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .changeset/twelve-files-deny.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
'@rocket.chat/meteor': minor
---

feat new `package/jwt` with `sign` and `veriy` functions to create a JWT given a JS object. By default uses algorithm RS256 for the public/private keys.
feat new `ee/package/license`. Contains new V3 definition and previous License definition renamed as LicenseV2. Package handles both versions.
Implemented the License library, it is used to handle the functionality like expiration date, modules, limits, etc.
Also added a version v3 of the license, which contains an extended list of features.
v2 is still supported, since we convert it to v3 on the fly.

0 comments on commit 79fe515

Please sign in to comment.