Best way to enforce user/authentication state in Ember.JS app

后端 未结 4 1729
后悔当初
后悔当初 2021-01-31 02:42

Working on my first EmberJS app. The entire app requires that a user be logged in. I\'m trying to wrap my head around the best way to enforce that a user is logged in now (when

4条回答
  •  遥遥无期
    2021-01-31 03:29

    I put together a super simple package to manage session and auth called Ember.Session https://github.com/andrewreedy/ember-session

提交回复
热议问题