ember-auth-session-cookie

cookie session adapter for ember-auth

Usage no npm install needed!

<script type="module">
  import emberAuthSessionCookie from 'https://cdn.skypack.dev/ember-auth-session-cookie';
</script>

README

cookie session adapter for ember-auth

Store session data in cookies.

Config

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