ember-auth-module-ember-data

1.0.2 • Public • Published

ember-data integration module for ember-auth

Build Status Gem Version NPM version

  1. injects signed in session data (if any) to all ember-data server requests
  2. optional: auto-loads an ember-data user model upon sign in

Config

App.Auth = Em.Auth.extend
  modules: ['emberData']
 
  emberData:
    # [string|false] enable auto-loading user model by setting this to a 
    #   model type, as in store.find(userModel, id); 
    #   or false to disable auto-loading user model 
    userModel: false

Usage

@auth.user # access the auto-loaded user model 

Readme

Keywords

none

Package Sidebar

Install

npm i ember-auth-module-ember-data

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • heartsentwined