Skip to content

Feat/integrate portal (WIP)#1507

Merged
parzival418 merged 23 commits intodevelopmentfrom
feat/integrate-portal
Jun 24, 2025
Merged

Feat/integrate portal (WIP)#1507
parzival418 merged 23 commits intodevelopmentfrom
feat/integrate-portal

Conversation

@thomageanderson
Copy link
Copy Markdown
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
@vercel
Copy link
Copy Markdown

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) Mar 18, 2025 10:00pm
magick-storybook ❌ Failed (Inspect) Mar 18, 2025 10:00pm


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
.
Comment thread portal/cloud/next/server/router/src/lib/router/chatv2.ts Dismissed
@parzival418 parzival418 merged commit e405937 into development Jun 24, 2025
2 of 7 checks passed
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.

3 participants