8000 Feat/integrate portal (WIP) by thomageanderson · Pull Request #1507 · Oneirocom/Magick · GitHub
[go: up one dir, main page]

Skip to content

Feat/integrate portal (WIP) #1507

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

Merged
merged 23 commits into from
Jun 24, 2025
Merged

Feat/integrate portal (WIP) #1507

merged 23 commits into from
Jun 24, 2025

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 ↗︎

< 10000 /tr>
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
.
@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.

2 participants
0