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
Refactored the package so that it will work with AdonisJS v6.x.x
BREAKING CHANGE
The new version introduced one main change you'll have to apply manually. You have to add v2. to both of your .key and .credentials files. This will allow in the future change encryption algo without breaking things.
New feature added, YAML support.
From now all new credentials will be created in a YAML format, JSON is still supported, but it is waaaay easier to use YAML for this kind of stuff.