dvsekhvalnov / jose-jwt

Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and Json Web Keys (JWK) Implementation for .NET and .NET Core
MIT License
937 stars 184 forks source link

.NET Core #13

Closed matthiasjost closed 7 years ago

matthiasjost commented 9 years ago

Are there plans to support .NET Core. I know there are still in the beta phase, but for my project this would be a criteria, because we want to use .NET Core once all our dependencies are compatible with it.

aidapsibr commented 7 years ago

This has been working well for 2 months now, should probably close this issue and enjoy your success! @dvsekhvalnov As we found on the linux support issue #45, separate issues for algorithm support would make that clearer, or at least just link to them. Just my 2 cents, but thanks for your work on this.

dvsekhvalnov commented 7 years ago

Yeah, i'll split this one into multiple smaller issues to address what is not yet supported.

Thanks for feedback !

dvsekhvalnov commented 7 years ago

Finally closing in favor of #45 and #46