Skip to content

Base64 serialization of binary fields #31

@azmeuk

Description

@azmeuk

RFC7643 §2.3.6 indicates that binary fields should be encoded in base64.

The attribute value MUST be base64 encoded as
   specified in [Section 4 of [RFC4648]](https://datatracker.ietf.org/doc/html/rfc4648#section-4).  In cases where a URL-safe
   encoding is required, the attribute definition MAY specify that
   base64 URL encoding be used as per [Section 5 of [RFC4648]](https://datatracker.ietf.org/doc/html/rfc4648#section-5).  Unless
   otherwise specified in the attribute definition, trailing padding
   characters MAY be omitted ("=").

There should be validators and serializers for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions