nickcmaynard / jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.
https://jsonschemalint.com
MIT License
80 stars 31 forks source link

Attempt to save as Gist says "unauthorized" #45

Open tedepstein opened 6 years ago

tedepstein commented 6 years ago

image

I'm logged into GitHub; not sure what I'd need to do to make this work...

nickcmaynard commented 6 years ago

Oh, damn... https://blog.github.com/2018-02-18-deprecation-notice-removing-anonymous-gist-creation/

PRs gratefully received, but on my list for eventual fixing.

tedepstein commented 6 years ago

Thanks, @nickcmaynard , and too bad they've deprecated this feature.

I probably won't be of much help in implementing this, but if there's a way to create the gist under my logged-in GitHub account, great.

Really enjoying JSON Schema Lint, BTW. It's a great learning tool, and I keep coming back to it as my go-to resource for schema experimentation.

Relequestual commented 5 years ago

I'm creating a similar service for doing this and more. There's a server side project which allows a thin layer to auth, which then provides a token to use client side: https://github.com/prose/gatekeeper

That's my plan anyway. We shall see.

--

Unrelated: Please feel free to join the JSON Schema slack server (discuss link on the json-schema.org site). Would be great to have others who have made community tools join =]