authgear / authgear/authgear-server
Separate CORS origins config
Open
- Dominant language
- Go
- Stars
- 2k
- Forks
- 125
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 32
Description
Currently we need to configure the following redirect uris when using capacitor app, or there will be CORS error:
- https://localhost
- capacitor://localhost
We should consider always allow these origins in server. Or even always allow localhost?
Contributor guide
Assessment
This issue has not been assessed yet.