From bbe6a8f07cd1c275d8f683af1cb1660450888288 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 12 Jan 2023 11:57:58 +0000 Subject: [PATCH] add brief explanation of why we are using "stripity-stripe" for #4 / #1 --- example.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/example.md b/example.md index 3b00555..08b6bd5 100644 --- a/example.md +++ b/example.md @@ -255,7 +255,7 @@ and access `/dashboard` directly, you will be redirected to a page where you can SSO using `Google` or `Github`. -redirection +![redirect-to-auth](https://user-images.githubusercontent.com/194400/212059730-91137e3a-9a34-43e1-9cbe-9732511adcbd.png) After logging in, the user has access to the URL! @@ -442,6 +442,12 @@ We are going to be using [`stripity-stripe`](https://github.com/beam-community/stripity-stripe). This library will allow us to easily integrate Stripe in our Phoenix application. +The library is maintained by the `BEAM Community`, +has 150+ contributors and is considered stable/reliable: + +![stripity-stripe](https://user-images.githubusercontent.com/194400/212060290-9044031a-4d6a-4127-b049-278c0543297f.png) + + Go to your `mix.exs` file and add this inside your dependency section.