Skip to content

Expose license issue date and customer name - #10

Merged
lucasfischer merged 2 commits into
mainfrom
feat/license-details
Aug 27, 2026
Merged

Expose license issue date and customer name#10
lucasfischer merged 2 commits into
mainfrom
feat/license-details

Conversation

@lucasfischer

Copy link
Copy Markdown
Contributor

Adds two optional fields decoded from the v2 license token, so apps can show license details in settings: License.issuedAt (when the license was issued; for purchased licenses, the purchase date) and Customer.name.

Both are additive and optional. Tokens minted before the server change decode to nil rather than failing, and there's no breaking change for SDK consumers since neither type exposes a public memberwise initializer. Requires the server-side claims, which are live in production.

@lucasfischer
lucasfischer merged commit 59c8a80 into main Aug 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant