Skip to content

Commit

Permalink
Merge pull request #508 from Leaf-Agriculture/fix_magic_link_redirection
Browse files Browse the repository at this point in the history
fix_magic_link_redirection
  • Loading branch information
allanpetersoon authored Jan 23, 2024
2 parents b36f624 + 374a16c commit bc5290d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/Magic_link_endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

[13]: /docs/Link_provider_connection#set-up

[14]: #create-a-provider-magic-link-1
[15]: #create-an-authentication-magic-link-1
[16]: #create-a-file-upload-magic-link-1

## About

All HTTP methods should be prepended by this service's endpoint:
Expand Down Expand Up @@ -1085,11 +1089,11 @@ This option enables the creation of Leaf users automatically during the Magic Li

** Endpoints **

| Description | Endpoints |
|------------------------------------------|-----------------------------------------------------------------------------|
| [Create a Provider Magic Link][3] | <span class="badge badge--warning">POST</span> `/magic-link/provider` |
| [Create an Authentication Magic Link][3] | <span class="badge badge--warning">POST</span> `/magic-link/authentication` |
| [Create a File Upload Magic Link][3] | <span class="badge badge--warning">POST</span> `/magic-link/file-upload` |
| Description | Endpoints |
|-------------------------------------------|-----------------------------------------------------------------------------|
| [Create a Provider Magic Link][14] | <span class="badge badge--warning">POST</span> `/magic-link/provider` |
| [Create an Authentication Magic Link][15] | <span class="badge badge--warning">POST</span> `/magic-link/authentication` |
| [Create a File Upload Magic Link][16] | <span class="badge badge--warning">POST</span> `/magic-link/file-upload` |

### Create a Provider Magic Link

Expand Down

0 comments on commit bc5290d

Please sign in to comment.