Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update uri_allow_list description #487

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Conversation

kangmingtay
Copy link
Member

No description provided.

@kangmingtay kangmingtay requested a review from J0 June 2, 2022 23:49
@kangmingtay kangmingtay self-assigned this Jun 2, 2022
README.md Outdated
@@ -43,7 +43,7 @@ The base URL your site is located at. Currently used in combination with other s

`URI_ALLOW_LIST` - `string`

A comma separated list of URIs (e.g. "https://supabase.io/welcome,io.supabase.gotruedemo://logincallback") which are permitted as valid `redirect_to` destinations, in addition to SITE_URL. Defaults to []. Supports wildcard matching trough globbing. e.g. add `*.mydomain.com/welcome` -> `x.mydomain.com/welcome` and `y.mydomain.com/welcome` would be accepted.
A comma separated list of URIs (e.g. `"https://foo.example.com,https://*.foo.example.com,https://bar.example.com"`) which are permitted as valid `redirect_to` destinations. Defaults to []. Supports wildcard matching through globbing. e.g. `https://*.foo.example.com` will allow `https://a.foo.example.com` and `https://b.foo.example.com` to be accepted. For more common glob patterns, check out the [following link](https://pkg.go.dev/github.com/gobwas/glob#Compile).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Can we highlight support for globbing with subdomains (e.g. https://foo.example.com/* like in this test) think we had questions on. that in the past.

@kangmingtay kangmingtay merged commit e012415 into master Jun 3, 2022
@kangmingtay kangmingtay deleted the km/update-readme branch June 3, 2022 15:15
@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2022

🎉 This PR is included in version 2.6.33 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

uxodb pushed a commit to uxodb/auth that referenced this pull request Nov 13, 2024
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 13, 2024
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants