ember-simple-auth

    0熱度

    1回答

    對不起(可能)愚蠢的問題。我對這個話題超級新! 我創建了一個自定義的授權: import Ember from 'ember'; import Base from 'ember-simple-auth/authorizers/base'; export default Base.extend({ authorize: function(jqXHR, requestO

    1熱度

    1回答

    有沒有辦法在註銷時從會話中刪除數據? 我需要使ajax無效令牌,然後重定向到外部的頁面。在等待Ajax解析用戶時,會看到會話中的數據是如何由於活動綁定而被刪除的。如果我不等待ajax返回請求就會中止。我也試着不在授權者上使用無效的方法,但是剎車多標籤支持。

    0熱度

    1回答

    我試圖實現燼一個認證系統具有以下版本: DEBUG: ------------------------------- ember.debug.js:5378 DEBUG: Ember : 1.13.7 ember.debug.js:5378 DEBUG: Ember Data : 1.13.8 ember.debug.js:5378 DEBUG: jQuery : 1.

    0熱度

    1回答

    我剛剛完成升級我的應用以使用ember-simple-auth的jj-abrams分支(很快就是1.0)。 當我使用ember數據時它工作得很好,但對於一條路線,我使用Ember。$。getJSON直接從服務器檢索圖表數據。 在這種情況下,請求中缺少授權標頭,我猜這是因爲它沒有使用應用程序適配器(因此繞過authorizer: 'authorizer:devise')? 有沒有辦法手動添加這個頭,

    4熱度

    1回答

    我正在使用Rails-api製作一個使用Devise_token_auth寶石的測試認證應用程序。 的User.rb模型看起來像 class User < ActiveRecord::Base before_save :set_auth_token # Include default devise modules. devise :database_authenti

    0熱度

    1回答

    我想使用簡單身份驗證沒有Ember-cli。在版本0.8.0之前,簡單的認證作爲一個bower插件分發,並且可以通過AMD模塊導入bower軟件包(ember-simple-auth/simple-auth.amd.js)。由於我想使用最新版本的Ember和Ember Data,我還需要將簡單的認證版本更新到版本1.0.1。 如何在沒有Ember-cli的情況下使用新版本?

    1熱度

    1回答

    我做了一個更新從0.7.2到1.0.1與ember-simple-authfor設計。參考資源:https://github.com/jimbeaudoin/ember-simple-auth-devise-example。 現在我的身份驗證根本不起作用,因爲authenticate_with_http_token一直爲空,我找不到任何問題。你有好主意嗎 ?謝謝。 版本: Ember: 2.1.0

    0熱度

    1回答

    我正在閱讀Ember Simple Auth的文檔。我想發送授權的ajax請求(在Ember商店之外)。我發現有一個method for that。但是,當我嘗試在組件內部調用時,出現「TypeError:this.get(...)。錯誤,授權不是函數」錯誤。我究竟做錯了什麼? 這裏是我的代碼:當您升級燼插件,你應該申請 import Ember from "ember"; export de

    1熱度

    1回答

    我想在ember-simple-auth會話獲得認證時執行一些代碼。 路線/ application.js中 import Ember from 'ember'; import ApplicationRouteMixin from 'ember-simple-auth/mixins/application-route-mixin'; export default Ember.Route.ex

    3熱度

    2回答

    我正在使用Ember-simple-auth並試圖從我的自定義身份驗證器返回數據回到執行身份驗證的控制器中。 authenticate(identification, password) { return new Ember.RSVP.Promise(function (resolve, reject) { var loginURL = 'https://domain.c