How to decode a base64 encoded delegation #43
Unanswered
jamiechicago312
asked this question in
2 - Support & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our users have asked about how to produce a valid base64-encoded delegation string. Our CLI tool will encode the delegation as a "multibase" base64 string - to get the raw base64 string you can drop the leading
m
from the string, which should make it compatible with tools likeatob
in JavaScript.If you are simply trying to figure out how to import one of the multibase strings our CLI has produced, you may find it easier to use our JavaScript parsing tool, like this:
Beta Was this translation helpful? Give feedback.
All reactions