Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 591 Bytes

cookie session adapter for ember-auth

Build Status Gem Version NPM version

Store session data in cookies.

Config

App.Auth = Em.Auth.extend
  session: 'cookie'

License

MIT