Hello,
How to generate a token with less than 128 characters?
The token I'm generating on the page below is too big, and my application doesn't support it:
https://id.atlassian.com/manage-profile/security/api-tokens
Is there any alternative to generate smaller tokens?
Thanks
Welcome to the Atlassian Community!
No, you'll need to code your application to support the length of tokens. (128 is pretty much a standard minimum length nowadays, and you should expect to see longer ones in the future)
I will do that, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.