2018-07-20 03:20:57 +08:00
|
|
|
PROJECT = rabbitmq_auth_backend_oauth2
|
2018-07-03 06:33:52 +08:00
|
|
|
PROJECT_DESCRIPTION = OAuth 2 and JWT-based AuthN and AuthZ backend
|
2016-01-15 22:50:21 +08:00
|
|
|
|
2023-02-03 21:49:13 +08:00
|
|
|
# We do not need QUIC as dependency of emqtt.
|
|
|
|
BUILD_WITHOUT_QUIC=1
|
|
|
|
export BUILD_WITHOUT_QUIC
|
|
|
|
|
2023-05-01 16:32:59 +08:00
|
|
|
LOCAL_DEPS = inets public_key
|
2024-10-08 19:11:43 +08:00
|
|
|
BUILD_DEPS = rabbit_common rabbitmq_cli
|
2025-05-19 15:40:05 +08:00
|
|
|
DEPS = rabbit cowlib jose base64url oauth2_client
|
2025-05-19 14:59:50 +08:00
|
|
|
TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client rabbitmq_mqtt rabbitmq_web_mqtt emqtt rabbitmq_amqp_client
|
2016-01-15 22:50:21 +08:00
|
|
|
|
2024-12-12 19:08:06 +08:00
|
|
|
PLT_APPS += rabbitmq_cli
|
2024-04-29 20:54:28 +08:00
|
|
|
|
2019-07-10 21:42:03 +08:00
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
2016-01-15 22:50:21 +08:00
|
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
|
|
|
|
2021-05-21 18:02:50 +08:00
|
|
|
dep_base64url = hex 1.0.1
|
2017-01-24 01:38:53 +08:00
|
|
|
|
2024-06-19 20:03:30 +08:00
|
|
|
dep_emqtt = git https://github.com/emqx/emqtt.git 1.11.0
|
2023-02-03 21:49:13 +08:00
|
|
|
|
2024-12-12 19:08:06 +08:00
|
|
|
# Required to properly autopatch jose.
|
|
|
|
ELIXIR = system
|
|
|
|
|
2021-03-22 17:38:17 +08:00
|
|
|
include ../../rabbitmq-components.mk
|
|
|
|
include ../../erlang.mk
|