Skip to content
  • ale's avatar
    Use a custom u2f.Registration wrapper type that serializes to JSON · 50f6eaa4
    ale authored
    Establish a standardized serialization format for u2f registration
    keys: base64-encoded raw registration data, encoded as a JSON
    string. This format decodes transparently to a Go []byte slice, but it
    needs explicit base64 decoding in Python.
    50f6eaa4