]> Entropealabs - wampex_router.git/commit
adds cockroach backed Realms and Users, internal Admin procedure registration, ensure...
authorChristopher <chris@entropealabs.com>
Fri, 20 Mar 2020 18:15:57 +0000 (13:15 -0500)
committerChristopher <chris@entropealabs.com>
Fri, 20 Mar 2020 18:15:57 +0000 (13:15 -0500)
commit5a039e6eb697188580159d57adc427703ca7d4d8
treeaf9065d0f286ef9bf972d444ef10b4ea4f56fbaf
parentde013c16efcc1258788c9c3fed720b48506848b2
adds cockroach backed Realms and Users, internal Admin procedure registration, ensure default admin realm and user are always created
20 files changed:
README.md
config/config.exs
lib/roles/broker.ex
lib/roles/callee.ex
lib/roles/caller.ex
lib/roles/dealer.ex
lib/roles/peer.ex
lib/roles/publisher.ex
lib/roles/subscriber.ex
lib/router.ex
lib/router/admin.ex [new file with mode: 0644]
lib/router/authentication.ex
lib/router/authentication/ensure_default_admin.ex [new file with mode: 0644]
lib/router/authentication/realm.ex
lib/router/authentication/user.ex [new file with mode: 0644]
lib/router/ensure_default_realm.ex [deleted file]
lib/router/session.ex
lib/wampex/router/authentication/repo.ex [deleted file]
priv/repo/migrations/20200319210508_create_realms.exs [new file with mode: 0644]
test/wampex_test.exs