Closed TheoMer closed 8 years ago
Aurelia-auth is on npm under the name Aurelia-authentication (because aurelia-auth was taken already).
https://www.npmjs.com/package/aurelia-authentication
It works fine with webpack, I'm using it over here: https://github.com/paulvanbladel/aurelia-identityserver-aspnetcore
Hi,
In light of recent comments made over on Aurelia/Discuss (Gitter), and I quote:
'March 24, 2016 10:54 AM
We have reported the issues with SystemJS to Guy Bedford. He is interested in trying to address them. However, we think there may be some more fundamental problems that are more than just a simple "fix". For example, the performance is really bad and this may be the result of a number of practices throughout the codebase. We are trying to help in any way we can, but we didn't write that library and don't control what happens to it. So, in addition to supporting it and any improved versions, we are also trying to improve our support for Webpack and RequireJS as alternatives, both of which don't suffer from these bugs and perform massively better. Aurelia has been designed from the beginning to support multiple loaders, so we have no hard-connection to SystemJS/JSPM in the codebase. We would like the SystemJS/JSPM issues to be resolved, however we recognized from this situation that we need to ensure that our other supported options are first class as well. Developers should be able to choose what they want but we'd also like to make a recommendation in the future of a standard toolset that is more stable, less buggy and has top notch performance. If I were starting a new project today, I would look into our new Webpack skeleton.'
Do you have any plans to release a webpack version of your aurelia-starter-node?
Many thanks in advance.