Gerhard Preuss

Results 80 comments of Gerhard Preuss

@pboling @samihoda Everyone is welcomed! Would be very happy to include OAuth with MS!!! PRs welcomed :)

thank you ❤️ ! Hope you like it and it works as epected!

besides comments 💯

we can keep dotenv in... just wanted to know why dotenv-extended is required.

Thanks for your feedback! I always like to make this project more secure, so every discussion around this is very welcomed. These are the security aspects: - The cookie is...

@danthareja THX for investigating. This might be serious. I'll look into this ...

after thinking about it... this is intentional 😄 The JWT can be read as you described. It is still secure as: - Your microservices using that cookie have to validate...

@danthareja great!

Hi! I am having the same issue. I guess this piece of code is the problem: ```js // TODO is this correct ? should this use componentWillUpdate instead ? componentDidUpdate:...