We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We can do this:
@Authenticated(services = ["franklin"])
I’d like to be able to do this:
@Authenticated(services = ["*"])
This works especially well when the calling service is used in application code:
@Inject lateinit var scopedCaller: ActionScoped<MiskCaller?>