Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barelyknown/5cb931f1415a181c7917 to your computer and use it in GitHub Desktop.
Save barelyknown/5cb931f1415a181c7917 to your computer and use it in GitHub Desktop.
authenticate-in-ember-using-a-url-parameter-2.js
// app/controllers/application.js
import Ember from 'ember';
export default Ember.Controller.extend({
queryParams: ['token'],
token: null
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment