Skip to content

Commit

Permalink
docs: add example for allowed_return_urls to include wildcard url (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
martinloesethjensen committed Oct 2, 2023
1 parent 6b91dc1 commit 39b0c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,8 @@
[
"https://app.my-app.com/dashboard",
"/dashboard",
"https://www.my-app.com/"
"https://www.my-app.com/",
"https://*.my-app.com/"
]
]
},
Expand Down

0 comments on commit 39b0c3c

Please sign in to comment.