Jan

Results 6 comments of Jan

@MarcGodard thanks for providing a code sample. The sample helps a lot. Might it be possible to provide the whole code to replace the code in `authentication.js`?

@MarcGodard thanks for your fast reply. Already figured it out using the doucmentation, but your example helps a lot. I came across a question: Shouldn't the following line `const verifyExpiry...

@somyaranjank attached you find the current version of my `authentication.js`. However, please be aware that a few features are still missing (e.g.: moving twilio to it's own service). ``` const...

In the google_oauth2 function, I added the header to the response object using the `setHeader` method. Unfortunately, breaks that the tests since we do not provide a real response object...

Furthermore, we have to think about the content we want to communicate in the header field. Do we just want to communicate the realm or also maybe the error. As...

This problem could maybe be solved using subrouters. Unfortunately, there is no documentation on subrouters so far.