btw we're running openauth just like opennext - it's initially seeded by us but the goal is for it to become community run
if you'd like to contribute a great place right now is testing - we have very little and things likely need to be restructured a bit to be more testable
if you'd like to contribute a great place right now is testing - we have very little and things likely need to be restructured a bit to be more testable
Comments
I’d love it to not assume a KV store, making it easier to make things like SQL / ORM adapters.
for sql that would mean a single table with a sorted PK
idea here is not a lot of data should be going in there and definitely not anything complicated
and it would be converted into something that looked kinda normal in sql databases
To be fair, this is definitely possible with either
1) a KV table (I don’t want to do this), or
2) making assumptions about the shape of the data based on the key (not ideal either unless it becomes typed)