-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using NGROK_SUBDOMAIN for /slack/add #2
using NGROK_SUBDOMAIN for /slack/add #2
Conversation
So to answer the question about storing the JWT RSA keys in
As talked about here: https://github.com/substack/rsa-json This is because we can't rely on having newline endings present in |
Hi @alexagranov - I've been away for a bit, but now I am back.
|
package.json
Outdated
@@ -20,6 +20,7 @@ | |||
"test-redux-watch": "npm run test-redux -- --watch", | |||
"test": "npm run test-styles && npm run test-redux", | |||
"postinstall": "npm run build-prod", | |||
"start-dev": "node ./devserver", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unnecessary as yarn dev
will run everything :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dinoshauer - thanks for getting back! Hope you had some good time off :-)
And yes, sorry, forgot to update this bit - discovered I had a local Dynamodb process squatting on port 8000 which was throwing me. Will update...
2b70125
to
fc7a673
Compare
@dinoshauer Updated! |
Related to Issue #1
@freeall
I'm not actually sure if this addresses the Slack login properly or whether it should be APP_HOST instead.This is correct.Unfortunately after I Authorize on Slack, I'm getting
no matter how I store the JWT tokens in
local.json
How are you expecting the JWT file contents as JSON there?