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 has been archived by the owner on Jun 1, 2020. It is now read-only.
Not out of the box, but as the Marionette.AppRouter is an extension on Backbone.Router, it would be possible.
maybe you can try: (let me know if it works)
import Backbone from 'backbone';
import _ from 'underscore';
import "backone.adal";
Backbone.Router = Backbone.AdalRouter;
import the approuter from marionette
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is backbone.adal can be used with marionette routing systeme, if yes how that can be done
Thanks
The text was updated successfully, but these errors were encountered: