Skip to content

Instantly share code, notes, and snippets.

@kitlangton
Created April 14, 2016 20:43
Show Gist options
  • Save kitlangton/4028327e49f0b1835f34c5e5c605b0d2 to your computer and use it in GitHub Desktop.
Save kitlangton/4028327e49f0b1835f34c5e5c605b0d2 to your computer and use it in GitHub Desktop.
import Devise from 'ember-simple-auth/authenticators/devise';
export default Devise.extend({
tokenAttributeName: 'authentication_token'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment