Skip to content

freiit/auth-graphiql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wraps GraphiQL providing support for bearer token and arbitrary URL. Great for testing GraphQL services secured with OAuth2.0

Running with Docker

docker run -it -p3000:3000 vitalcode/auth-graphiql

The service will now be listening on http://localhost:3000. To run on a different port change the first 3000 in the command, for example docker run -it -p3001:3000 vitalcode/auth-graphiql will listen on port 3001 instead.

Running locally

Install dependencies

npm install

Run

npm start or env PORT=3001 npm start to run on a different port.

Enjoy

Open http://localhost:3000, then provide a URL and token. Information from the endpoint will be fetched whenever you update the URL.

About

Wraps GraphiQL providing support for bearer token and arbitrary URL. Great for testing GraphQL services secured with OAuth2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 69.5%
  • HTML 23.4%
  • CSS 7.1%