jk jensen
jk jensen
I am getting the same thing, npm v3.8.6, node v5.11.1. ``` [email protected] postinstall /mnt/ATDB/atdb.digi.com/node_modules/angular2-localstorage typings install sh: 1: typings: not found [email protected] /mnt/ATDB/atdb.digi.com └── [email protected] extraneous npm WARN optional Skipping...
Which version of TrueTime are you using?
@tmeasday I'd be glad to. Just to clarify, passport-jwt won't catch the error and respond with a 401 on its own as is right? I toyed with it a bit...
@tmeasday for each call to the API, if the JWT is not included on the request the server should throw a 401. That's the standard as far as I know....
You make a great point, I wasn't considering that it's not uncommon to have public and protected endpoints. I'll take a look and see what I can throw together as...
Did you want to also remove the requirements.txt file to complete the transition and avoid having two sources of truth? It would probably also be nice to update the README...
@koji I will let the maintainer chime in here to make the final decision but I think poetry is well enough adopted in the community that it's worth dropping the...
@ytianhui turns out that although deprecated, database secrets still function. I've been using the tutorial as it is now and it's working great.
What is the recommended alternative now? Just to use `yarn redwood` from the terminal and other extensions (graphql, eslint) for codebase management?
I hadn't given it a try but I had to do a bit of searching around to figure out why it wasn't working. I like and probably prefer the CLI...