Hello, i have a weird bug that i cant make sense out of it, hoping you could help me clear it out.
I am saving a jwt access token that is around 1300 characters long, using the setPassword method. The token itself is simple utf-8 characters. But i always get the error that i am going over the limit of chars for my Windows platform.
I don't understand why key ring fails to save the password when its clearly less than the limit. Any help would be appreciated!
Hello, i have a weird bug that i cant make sense out of it, hoping you could help me clear it out.
I am saving a jwt access token that is around 1300 characters long, using the setPassword method. The token itself is simple utf-8 characters. But i always get the error that i am going over the limit of chars for my Windows platform.
I don't understand why key ring fails to save the password when its clearly less than the limit. Any help would be appreciated!