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

Feat/integrate portal (WIP) #1507

Open
wants to merge 12 commits into
base: development
Choose a base branch
from

Conversation

thomageanderson
Copy link
Contributor

@thomageanderson thomageanderson commented Jan 26, 2025

What Changed:

  • Integrate Portal submodule directly into repository
  • Improve README by linking to platform specific installation guides and removing old code references that no longer apply

How to test:

  • Follow installation guides for each platform to confirm app services can all run as expected

Additional information:

  • Please feel free to reach out with feedback on edge-cases that may have been missed this will be a work in progress

- Add detailed Clerk authentication setup with screenshots

- Update database initialization steps in installation guides

- Clarify project architecture and component relationships

- Fix portal directory structure under portal/cloud

- Add troubleshooting steps for common issues
Copy link

vercel bot commented Jan 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
magick ❌ Failed (Inspect) Jan 29, 2025 8:38pm
magick-storybook ❌ Failed (Inspect) Jan 29, 2025 8:38pm


export async function verifyToken(token: string): Promise<TokenPayload> {
try {
const decoded = jwt.verify(token, 'my-secret-key') as TokenPayload

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "my-secret-key" is used as
jwt key
.
portal/cloud/next/server/router/src/lib/router/chatv2.ts Dismissed Show dismissed Hide dismissed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant