Erlang client for bouncer service
To build the project, run the following command:
$ make compile
To enter the Erlang shell with the project running, run the following command:
$ make rebar-shell
You can run any of the tasks defined in the Makefile from inside of a docker container (defined in Dockerfile.dev
) by prefixing the task name with wc-
. To successfully build the dev container you need Docker BuildKit
enabled. This can be accomplished by either installing docker-buildx locally, or exporting the DOCKER_BUILDKIT=1
environment variable.
- This command will run the
compile
task in a docker container:
$ make wc-compile
- This command will run the
compile
task in a docker container:
$ make wc-compile
@TODO More documentation.
This library utilizes woody to provide a client for bouncer service using its protocol. Some generic helper functions are also provided in bouncer_context_helpers
module.