Refresh token notes

This commit is contained in:
Matthew Ryan Dillon 2015-10-19 13:34:29 -07:00
parent d3355370fd
commit 744f5be2a4
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
// Note: this is here for user lockout authentication
import Ember from 'ember';
import JwtTokenAuthenticator from 'simple-auth-token/authenticators/jwt';