-
Notifications
You must be signed in to change notification settings - Fork 257
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
Command line program and a docker image #219
Comments
Hi @ivandotv, thank you for considering an issue before opening a PR. I'm treating the main readme as a quick reference about the software project itself. Mainly about configuration and I'd like to clean it up even further. That being said there is other type of information that I'd like to document somewhere but not in the main readme. Whether that be just another markdown file, a GitHub wiki or a GitBook I don't know yet. Just to give you an idea about other issues that are still open and pending to be documented somewhere:
Grant relates to a lot of different topics, and potentially large amounts of details, but I try to keep the readme as short as possible. Your Docker package and CLI tool is definitely interesting and I'll have a look, but in the meantime, until I find a good place for everything, lets keep this issue open 👍 People are looking at the issue tracker as well. |
No problem. |
Hi, excellent package.
This is not an issue, rather I would like to notify you (since there is no other way) of something I've made based on your package.
I've wrapped the
grant
server in a command-line program, and I've also made a docker image.I was scratching my own itch when creating this package. So basically now when developing front-end applications locally I could just run one command and have the server up, ready to proxy OAuth requests, the same thing with the docker container if you are into a microservice architecture.
This is the gist of the package:
https://github.com/ivandotv/grant-server/blob/eb816d045bfd96760ad70e9c549b1b5dcafea2bc/src/server.ts#L45-L62
Info on using the command line options and the docker image can be found in the readme file.
If you find it usable and up to your standards, could I make a pull request to add the link to the repository in the readme file?
The text was updated successfully, but these errors were encountered: