Coder Social home page Coder Social logo

ng-admin-jwt-auth's People

Contributors

akagadovskiy avatar beevelop avatar eladrkatz avatar jakubknejzlik avatar jpbeaulieu avatar orgito avatar stan-kondrat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ng-admin-jwt-auth's Issues

Role system

Hi,
when role system will be available?

Thanks, good job guys

v0.4 not in NPM

Hi,
thanks for your work, very useful!
Would it be possible for you to push the latest version to NPM?

Thanks!
Victor

Redirect to dashboard in setLoginSuccessCallback

If i am using following :

ngAdminJWTAuthConfigurator.setLoginSuccessCallback(function(data){
//code here
});

how can i redirect to dashboard from here?
because I can not access $location in app.config().

Unconditional GET request to loginTemplateUrl

Hi,

According this, HTTP request to loginTemplateUrl will be executed anyway, even if templateUrl is already in $templateCache. In some cases this causes errors.

Would be great first check that this url is already cached:

            if (!template) {
                return require('./loginTemplate');
            }

            // Add something like that
            var content = $templateCache.get(template);

            if (content) {
                return content;
            }

And now templateUrl will fetched only if isn't in cache. And there are no more errors with "front controllers" with single page responses.

hot to call logout?

is there a fancy way to logout this way, by calling the responssible controller?

`

  • Logout
  • `

    instead of

    <a href="/#logout">Logout</a>

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google โค๏ธ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.