Tomás Novau

Results 7 comments of Tomás Novau

Hi, we´re using AspNetCore 2.0. We´re having some troubles with the Jose.JWT.Encode method: When we try to encode using: **PBES2 using HMAC SHA with AES Key Wrap key management family...

Hi @dvsekhvalnov , Yes, it is the exact code. We´re checking but _JweEncryption_ enum doesn't have **PBES2_HS256_A128KW** value. ``` C# public enum JweEncryption { A128CBC_HS256, //AES_128_CBC_HMAC_SHA_256 authenticated encryption using a...

Thanks @dvsekhvalnov!

> Latest netlify-build broke local plugins so I add to publish it. https://www.npmjs.com/package/netlify-plugin-auth0-patch-urls Just added 2 PRs to the repo. Thanks for sharing this with the community

Last one, to allow the DEPLOY PRIME URL :+1:

It's related to the `id` property. It's an string and mongoDb it's expecting an ObjectId. Also I have changed the way the products are linked to categories.

Hi @garethgeorge, do you mind reviewing this?