Mike Willbanks
Mike Willbanks
@young-steveo yes, injection into factories, decorators and middleware is very nice... For decorators think of something more or less that might want to hook an event on something else... ```...
It's not that you lose them randomly from vscode, anytime you install via npm or yarn it will remove the `@generated` directory and you'll need to run `prisma generate` again.
The decrypt method works fine - but you never validate the token and therefore the signature is invalid. Take a look at the following code changes to see what I...
Not really, what I really propose is that: 1. Encryption should only happen on a token itself and encrypt the claims after they have been encoded. 2. Decryption should only...
For transparency purposes, node.js app for decrypting and verifying a token: https://gist.github.com/mwillbanks/0bcd17b02ac2726bbe33 This will show the error as the signature will not be valid. From that standpoint to fix it...
Let me look at refactoring this in the near future. If you can confirm that the code worked; I will add unit test and refactor it to look like the...
Can you please provide an update to the unit test and then I will merge this.
It appears that this is an issue with CloudFormation, after inspecting the update stack, it does appear that the CloudFormation template did have the authentication removed, however, it was not...
So, I didn't get anywhere at all with AWS as is typical with their support. Instead I just literally removed the function and added the function back.
This also appears on the surface that it would solve #306