rabbitmq-server/deps/oauth2_client
Marcial Rosales 72ab1944bf Make end_session_endpoint configurable 2024-05-27 11:19:09 +02:00
..
include Make end_session_endpoint configurable 2024-05-27 11:19:09 +02:00
src Make end_session_endpoint configurable 2024-05-27 11:19:09 +02:00
test Make end_session_endpoint configurable 2024-05-27 11:19:09 +02:00
.gitignore Ignore oauth2_client.d 2024-02-13 15:45:10 +01:00
BUILD.bazel bazel run gazelle 2024-05-17 09:24:33 +00: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 bazel run gazelle 2024-05-17 09:24:33 +00: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