Hey I just recently started using this package and it was working fine until the primary key's key_salt started returning as null. Heres a response from the key/salts route:
{
// Some random key
ID: '...',
KeySalt: 't6ci+ujY2TDuR5qj5yqm1A=='
},
{
// This is the primary key
ID: '...',
KeySalt: null
}
I'm unsure if this was literally a recent update just a day after I started using it, but its quite unfortunate.
Hey I just recently started using this package and it was working fine until the primary key's key_salt started returning as null. Heres a response from the
key/saltsroute:I'm unsure if this was literally a recent update just a day after I started using it, but its quite unfortunate.