rabbitmq-server/deps/oauth2_client
Marcial Rosales 367dba9189 Format using 4 spaces 2024-05-06 15:48:02 +02:00
..
include Add constant 2024-05-06 15:26:33 +02:00
src Improve formatting 2024-05-06 15:33:02 +02:00
test Format using 4 spaces 2024-05-06 15:48:02 +02:00
.gitignore Ignore oauth2_client.d 2024-02-13 15:45:10 +01:00
BUILD.bazel Add token helper functions 2024-05-06 15:26:31 +02:00
CODE_OF_CONDUCT.md Create Oauth2 client 2024-02-10 20:12:04 +01:00
CONTRIBUTING.md Create Oauth2 client 2024-02-10 20:12:04 +01:00
LICENSE Create Oauth2 client 2024-02-10 20:12:04 +01:00
LICENSE-MPL-RabbitMQ Create Oauth2 client 2024-02-10 20:12:04 +01:00
Makefile Add jose dependency 2024-05-06 15:27:29 +02:00
README.md Create Oauth2 client 2024-02-10 20:12:04 +01:00
app.bzl Add token helper functions 2024-05-06 15:26:31 +02:00
erlang.mk Create Oauth2 client 2024-02-10 20:12:04 +01:00
rabbitmq-components.mk Create Oauth2 client 2024-02-10 20:12:04 +01:00

README.md

Erlang OAuth 2.0 client

This is an Erlang client for the OAuth 2.0 protocol.

It's primary purpose is to be used in RabbitMQ related projects.

Usage