How to use a custom authorizer and custom authenticator for ember simple-auth in ember cli

后端 未结 1 1078
自闭症患者
自闭症患者 2021-02-10 05:23

I don\'t understand how I\'m supposed to include my custom authenticator and custom authorizor with ember cli.

Where to put it and what to include and how to do it. The

1条回答
  •  梦如初夏
    2021-02-10 06:09

    Change that to:

    ...
    import Base from "simple-auth/authenticators/base";
    
    export default Base.extend({
    ...
    

    0 讨论(0)
提交回复
热议问题