-
Notifications
You must be signed in to change notification settings - Fork 131
Revert "Revert Refresh token POC (#2966)" (#3139) #3141
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| type Request, | ||
| type Response, | ||
| urlencoded, | ||
| } from 'express'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Could not find a declaration file for module 'lodash/isEmpty.js'. '/home/runner/work/ui/ui/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isEmpty.js' implicitly has an 'any' type.
| type Response, | ||
| urlencoded, | ||
| } from 'express'; | ||
| import isEmpty from 'lodash/isEmpty.js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Could not find a declaration file for module 'oidc-provider'. '/home/runner/work/ui/ui/node_modules/.pnpm/oidc-provider@9.6.0/node_modules/oidc-provider/lib/index.js' implicitly has an 'any' type.
| urlencoded, | ||
| } from 'express'; | ||
| import isEmpty from 'lodash/isEmpty.js'; | ||
| import type Provider from 'oidc-provider'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Could not find a declaration file for module 'oidc-provider'. '/home/runner/work/ui/ui/node_modules/.pnpm/oidc-provider@9.6.0/node_modules/oidc-provider/lib/index.js' implicitly has an 'any' type.
| import type { Server as HttpServer } from 'http'; | ||
|
|
||
| import express, { type Application } from 'express'; | ||
| import helmet, { contentSecurityPolicy } from 'helmet'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Could not find a declaration file for module 'oidc-provider'. '/home/runner/work/ui/ui/node_modules/.pnpm/oidc-provider@9.6.0/node_modules/oidc-provider/lib/index.js' implicitly has an 'any' type.
| @@ -0,0 +1,109 @@ | |||
| import { nanoid } from 'nanoid'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Could not find a declaration file for module 'oidc-provider'. '/home/runner/work/ui/ui/node_modules/.pnpm/oidc-provider@9.6.0/node_modules/oidc-provider/lib/index.js' implicitly has an 'any' type.
|
Auto-generated version bump from 2.45.1 to 2.45.2 Bump type: patch Changes included: - [`5b91e46a`](5b91e46) Add logo back (#3142) - [`84905ad9`](84905ad) Fix logo in Cloud (#3144) - [`c67cc881`](c67cc88) Reapply "Refresh token POC (#2966)" (#3139) (#3141) Co-authored-by: rossnelson <146089+rossnelson@users.noreply.github.com>
Summary
Test plan
pnpm dev:auth)pnpm lintandpnpm checkto verify no regressions