Skip to content

Instantly share code, notes, and snippets.

View thebrubaker's full-sized avatar

Joel Brubaker thebrubaker

View GitHub Profile
@thebrubaker
thebrubaker / .env
Last active February 14, 2019 19:33
An example Node gRPC service.
ADDRESS_PORT='localhost:50051'
PROTO_PATH='./path/to/file.proto'
@thebrubaker
thebrubaker / .env
Last active October 1, 2023 20:47
Laravel Passport: SPA Frontend Authentication
# Added to the bottom of my file
PROXY_OAUTH_CLIENT_ID=2
PROXY_OAUTH_CLIENT_SECRET=SECRET-GENERATED-KEY-HERE
PROXY_OAUTH_GRANT_TYPE=password