Commit graph

2 commits

Author SHA1 Message Date
8d0d2400d3 Include message and stack in error page if useful
Show the .message and .stack properties of the error object in the error
page if these contain any useful information.
2025-05-26 14:01:46 +02:00
e8226e0062 Implement account type restricted page
Add allowedAccountTypes page metadata which the authenticated middleware
uses to further restrict the types of accounts that can access the page.

If the account type is insufficent to access the page it will return an
HTTP 403 Forbidden status, which is rendered using the error page.
2025-03-09 22:37:07 +01:00