dvsekhvalnov / jose-pcl

Experimental jose-rt implementation based on PCLCrypto library
MIT License
11 stars 6 forks source link

Two phase validation doesn´t support? #6

Open alextorres50 opened 5 years ago

alextorres50 commented 5 years ago

image

I have a xamarin forms app that need obtain the payload without public and private key and this project is the only one compatible with PCL.

Any solution?

dvsekhvalnov commented 5 years ago

Hi @alextorres50 ,

well, jose-pcl was experiment really, can't say it in much support or use. You can backport Header() method from jose-jwt, it's pretty straightforward: https://github.com/dvsekhvalnov/jose-jwt/blob/master/jose-jwt/JWT.cs#L107

i'd be happy to accept merge request.