Skip to content

Commit

Permalink
add brief explanation of why we are using "stripity-stripe" for #4 / #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 12, 2023
1 parent 0dfcfe6 commit bbe6a8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion example.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ and access `/dashboard` directly,
you will be redirected to a page
where you can SSO using `Google` or `Github`.

<img width="1345" alt="redirection" src="https://user-images.githubusercontent.com/17494745/209158781-5242b18f-9abb-4c0c-8703-5be7ed9509f7.png">
![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!
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit bbe6a8f

Please sign in to comment.