-
Notifications
You must be signed in to change notification settings - Fork 187
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
docs: update quickstart guide #263
Conversation
docs/quickstart.md
Outdated
|
||
Notes: | ||
|
||
- Start by copying `env.okta.example` to `env` (`cp env.okta.example env`) |
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.
Having this env.okta.example
file to copy seems like a good idea! Should we suggest to copy & edit this file instead of
Create a new file called 'env' with those values, like so:
on line 75? (same for the Google steps above)
(As I read it myself, I feel like some people will only see this point after already creating the file and inputting some stuff) I like the new layout here though!
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.
Yeah, this was a bit awkward. I've updated, lemme know what you think now!
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.
💯
Thanks @mccutchen -- couple small comments, but this looks great! |
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
=======================================
Coverage 62.14% 62.14%
=======================================
Files 53 53
Lines 4169 4169
=======================================
Hits 2591 2591
Misses 1391 1391
Partials 187 187 |
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.
Perfect! Thanks @mccutchen
Problem
In the course of working on #262, I found a couple of small issues with the quickstart guide: the quickstart-specific suggested OAuth callback URLs in the google & okta provider setup docs were incomplete.
Solution
FIrst, fix the suggested URLs. I also made a few more invasive/opinionated wording/structure changes to the quickstart guide itself, if these changes do not seem like an improvement to y'all I will revert them!