You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2021. It is now read-only.
E.g. consider you authorize requests and have user instance which describes a current user during the request. It would be nice to have an option to store it in container and reuse in other services during a request.
The idea is taken from CDI in Java.
But it is really nice to have or at least I think it is good idea to make it possible to extend intravenous with functionality like this.
E.g. consider you authorize requests and have user instance which describes a current user during the request. It would be nice to have an option to store it in container and reuse in other services during a request.
The idea is taken from CDI in Java.
But it is really nice to have or at least I think it is good idea to make it possible to extend intravenous with functionality like this.