rabbitmq-server/deps/oauth2_client
Loïc Hoguin bbfa066d79
Cleanup .gitignore files for the monorepo
We don't need to duplicate so many patterns in so many
files since we have a monorepo (and want to keep it).

If I managed to miss something or remove something that
should stay, please put it back. Note that monorepo-wide
patterns should go in the top-level .gitignore file.
Other .gitignore files are for application or folder-
specific patterns.
2024-06-28 12:00:52 +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
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 make: Remove rabbitmq-macros.mk 2024-06-25 13:39:38 +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