— I think some langs provide some AOP constructs, if you mean that
— LoginRequired - this kind of things
— JS has the continuation monad and cw/cs functions which are useful in AOP
— Yes you can compose auth with AOP
— The continuation monad just provides an efficient way to link things up since they provide the control flow and state-passing automatically
Message permanent page
— Oh, sorry in JS land it is called decorators
— Https://github.com/tc39/proposal-decorators
— Confused the term with Java