Skip to content
Snippets Groups Projects
Unverified Commit a55cc365 authored by azul's avatar azul
Browse files

keys: store type and rev in hash rather than serialized

Since the old keys used to be strings i started out by
json serializing the new keys with type, value, rev.

However storing serialized json in couch (json) does
not really make sense. So now we do not serialize but
instead have one json document. The lookup for a key of
type pgp may still return a string but for everything
that uses the new api it will return a hash with type
and revision.

This data structure is way easier to handle also on the
nickserver side.
parent 0a83272f
No related branches found
No related tags found
1 merge request!61couch: add identity view to get all keys
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment