You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
What's the character limit of the password string?
I have an object representing OAuth 2 token data (i.e. accessToken, refreshToken, expiresIn, etc.) and I'd like like to store this small object securely in keytar. Can I JSON.stringify a small object and expect the resulting string to work as a password value in keytar? The size of the string would be limited as it's a known structure.
Or is there another recommended way of storing small objects securely?