The glamourous AI coding agent for your favourite terminal 💘
1package jwt 2 3// TokenOption is a reserved type, which provides some forward compatibility, 4// if we ever want to introduce token creation-related options. 5type TokenOption func(*Token)