mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Replacing Auth0's SDK with a more generic implementation of an OIDC client. This will allow us to use other IDP providers that follow the OIDC standards.
6 lines
150 B
Cheetah
6 lines
150 B
Cheetah
|
|
// Add here trusted domains, access tokens will be send to
|
|
const trustedDomains = {
|
|
default:["$NETBIRD_MGMT_API_ENDPOINT"],
|
|
auth0:[]
|
|
}; |