Giter Club home page Giter Club logo

Comments (8)

andrhahn avatar andrhahn commented on July 24, 2024

+1 on this. My supertest tests fail because my server starts up and requests are sent before the stormpath.init is complete.

from express-stormpath.

rdegges avatar rdegges commented on July 24, 2024

@robertjd and I have a solution for this which we will be working on in the near future. Right now we're working on cutting a new release with some new config options / etc., so once the dust has settled with that we'll be fixing bugs.

from express-stormpath.

maceip avatar maceip commented on July 24, 2024

+1

from express-stormpath.

rdegges avatar rdegges commented on July 24, 2024

Working on this now. Will update the issue as I make progress.

from express-stormpath.

rdegges avatar rdegges commented on July 24, 2024

You can now do this via the Express application object!

Here's how it works:

var app = express();

app.use(stormpath.init(...));

app.on('stormpath.ready', function() {
  console.log('Stormpath is ready to go!');
  app.listen(3000);
});

Doing things this way ensures your web server ONLY starts after Stormpath is 100% initialized.

from express-stormpath.

rdegges avatar rdegges commented on July 24, 2024

Currently updating the docs to show this in the examples =) This will ensure users don't run into this anymore.

from express-stormpath.

rdegges avatar rdegges commented on July 24, 2024

Also throwing in some unit tests to assert this behavior.

from express-stormpath.

rdegges avatar rdegges commented on July 24, 2024

Closing this via #88

from express-stormpath.

Related Issues (20)

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.