michelp / pgjwt

PostgreSQL implementation of JWT (JSON Web Tokens)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can pgrypto supports RS256?

nuevoleonkx opened this issue · comments

#Question

I made some examples and everything goes well, except when I move to RS256 algorithm which some applications use currently, So I'mm wondering if is fully supported by pgcypto. I cannot find anything related.

Thanks

Unfortunately pgcrypto does not support public key signing.

@michelp Any potential updates here, given the wonderful work with pgsodium? Willing to help too, if you point me in the right direction :)