MaskingTechnology / jitar

Distributed runtime for JavaScript and TypeScript
https://jitar.dev
MIT License
139 stars 9 forks source link

Add authorization example by the use of middleware #152

Open basmasking opened 1 year ago

basmasking commented 1 year ago

Context The support for authorization as a middleware is application specific.

Solution We need to write good examples how to implement the authorization using the middleware.

basmasking commented 1 year ago

The implementation of this issue depends on #237