From 5df8e1460ef152a328fb72c20ecd9ecf1c9c1332 Mon Sep 17 00:00:00 2001 From: Mathieu Delacroix Date: Tue, 5 Jul 2022 18:21:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb9444d..88c482b 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,7 @@ You can also tap straight into lower-level APIs in `esaml` if `esaml_cowboy` doe This is particularly useful if you want to implement SOAP endpoints using SAML. > The Elixir library `Samly` is one such implementation. It dose not use `esaml_cowboy`. Instead it relies on the lower-level APIs and uses Elixir `Plug` and `Cowboy` directly for endpoints/routing. + +## Why Jobteaser Forked this repo + +For many reason, we want to change the way `esaml` maps the final payload. While `dropbox` did some good updates, they are not really active on the repo anymore.