James W. Lane III
James W. Lane III
@AhmadZuhdi I think I have a way to get this resolved, I will be working on it this week.
@ShayGus If you could put together a pull request for this I would be more then happy to test it and pull it in.
See: https://github.com/jameswlane/jest-node-http
Thanks for bringing this up @eddiemonge. When I built this library I built it for my use cases and I'm afraid I don't have the bandwidth to look into it...
This is something that’s been on my list of TODOs. I used it a lot in testing for my project [Status Board](https://github.com/jameswlane/status-board) so you can dig through the test and...
@lonix1 I did my best to document everything in the [README.md](https://github.com/jameswlane/jest-express/), I am looking for any help with improving the documentation, get a website up with APIs/Docs/Examples, or get examples...
@ifrias-fuze I apologize about taking so long to reply, I been traveling for the holidays. Are you looking to have the ability to require authentication before being able to see...
From the sounds of it the dashboard itself doesn’t need the authentication. When it redirects how would the dashboard know the user is authenticated? Sent with GitHawk
@erichirlemann I have been working on it based on what I think it should look like. It’s been a slow process due to I am the only one working on...
I can look at getting this knocked out. It would mainly involve me doing the frontend build system and checking to see if that involves breaking changes. I will put...