avatar
Kye Fox @kyefox.com

Looks like it matches a public SSH key to a did

sep 1, 2025, 10:16 pm β€’ 0 0

Replies

avatar
Kuba Suder πŸ‡΅πŸ‡±πŸ‡ΊπŸ‡¦ @mackuba.eu

Gets an encoded public key from user's DID doc and wraps it in some OpenSSL nonsense so it can be fed to the `jwt` gem which verifies the token. The OpenSSL part is what I have no idea why it is this way, because it's much more than just OpenSSL::Key.new(file)…

sep 1, 2025, 10:24 pm β€’ 1 0 β€’ view
avatar
Natanael, Tech janitor @natanael.bsky.social

OpenSSL is infamous for being complicated to use. It's not meant to be maneuvered by people who aren't experts.

sep 1, 2025, 10:58 pm β€’ 2 0 β€’ view