DEV Community

Discussion on: What happens when you submit an article?

Collapse
 
joshcheek profile image
Josh Cheek • Edited

Really enjoyed this post! Would love to read one about authentication. When I went to play with it, it looked like I was going to need to set up a GH app for OAuth, which felt like a lot of work, so I instead edited the seeded posts to see if my feature worked. But that will only take me so far, so at some point I'll probably need to figure out how to get authenticated in dev mode. If you're looking to do more like this (I assume so, since this is titled "Part 1"), then that would be a great topic!

Collapse
 
rhymes profile image
rhymes

Yep, you need to get the GitHub keys to authenticate locally (or the keys for Twitter authentication)

See docs.dev.to/get-api-keys-dev-env/#... for how to