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
Add BC generator and key in prep for 2.x by @kynx in #5
Increase default and minimum secret length by @kynx in #6
BC Breaks
The default secret length has changed from 16 to 32 characters, and we have removed the _ separating the identifier and secret in the key. This means keys generated in 1.x will not parse unless you change your code. See Upgrading for details.