It would be amazing to have a section of the documentation with structured examples like the following:
馃 What about considering https://docusaurus.io/? I wouldn't say it becomes a standard, but definitely more & more common in JS community.
@vladgolubev, never tried but I am definitely open to this option :)
Here is an example of using custom auth middleware https://github.com/netlify-labs/movie-app/blob/master/functions/auth-via-middleware.js#L1-L17
Middleware is here: https://github.com/netlify-labs/movie-app/blob/7470d8cbc3f953bfbd7b4795b69302a39be5e21c/functions/middleware/auth.js
It checks for valid JWT token issued by auth0 https://github.com/netlify-labs/movie-app/blob/7470d8cbc3f953bfbd7b4795b69302a39be5e21c/functions/utils/checkAuth.js
Most helpful comment
馃 What about considering https://docusaurus.io/? I wouldn't say it becomes a standard, but definitely more & more common in JS community.