Skip to content

Commit 6e5b35c

Browse files
committed
Finally migrate everything to accounts v3
This has been on the cards for ages, but now finally lets us drop the auth0 dep completely, brings the UI in line with the website & accounts dashboard, and sets us up for cloud integrations for public endpoint shortly. Integration with the new k8s-based accounts systems is tested but not yet activated by this, we'll need to set that up as well shortly, with various other changes there en route.
1 parent daac434 commit 6e5b35c

File tree

13 files changed

+422
-705
lines changed

13 files changed

+422
-705
lines changed

automation/webpack.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default merge(common, {
164164
"'unsafe-eval'", // For both wasm & real eval() uses
165165
"'wasm-unsafe-eval'",
166166
"'self'",
167-
'https://cdn.auth0.com', 'https://cdn.eu.auth0.com', 'https://secure.gravatar.com'
167+
"https://secure.gravatar.com"
168168
],
169169
'connect-src': [
170170
"'self'", 'data:',

custom-typings/auth0-lock.d.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)