michelp / pgjwt

PostgreSQL implementation of JWT (JSON Web Tokens)
MIT License
368 stars 60 forks source link

Can pgrypto supports RS256? #14

Closed nuevoleonkx closed 2 years ago

nuevoleonkx commented 3 years ago

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

Timonzimm commented 2 years ago

+1

michelp commented 2 years ago

Unfortunately pgcrypto does not support public key signing.

surprisetalk commented 6 months ago

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