Skip to content

Conversation

mre
Copy link
Member

@mre mre commented Aug 1, 2025

Moved connect.openpodcast.app to website

Podcast Verbinden - Open Podcast

@mre mre requested a review from woolfg August 1, 2025 11:05
Copy link

cloudflare-workers-and-pages bot commented Aug 1, 2025

Deploying openpodcast-app with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5534b28
Status: ✅  Deploy successful!
Preview URL: https://6e34d191.openpodcast-app.pages.dev
Branch Preview URL: https://connect.openpodcast-app.pages.dev

View logs

@mre
Copy link
Member Author

mre commented Aug 1, 2025

I noticed that we use two different email addresses on our old connect.openpodcast.app website:

Can we use one? E.g. [email protected]?

@woolfg
Copy link
Contributor

woolfg commented Aug 1, 2025

I noticed that we use two different email addresses on our old connect.openpodcast.app website:

* [[email protected]](mailto:[email protected]) for Apple

* [[email protected]](mailto:[email protected]) for Spotify

Can we use one? E.g. [email protected]?

for spotify it is [email protected]

@mre
Copy link
Member Author

mre commented Aug 1, 2025

for spotify it is [email protected]

Done

mre added a commit to openpodcast/api that referenced this pull request Aug 1, 2025
Related to openpodcast/landing#15

- Add POST /register endpoint for user registration
- Create users table with migration 15
- Generate API keys automatically on registration
- Handle duplicate email registration (409 response)
- Add comprehensive validation for name and email
- Include unit tests and E2E tests
- Update Jest config to support both TS and JS tests

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
mre added a commit to openpodcast/api that referenced this pull request Aug 1, 2025
Related to openpodcast/landing#15

- Add POST /register endpoint for user registration
- Create users table with migration 15
- Generate API keys automatically on registration
- Handle duplicate email registration (409 response)
- Add comprehensive validation for name and email
- Include unit tests and E2E tests
- Update Jest config to support both TS and JS tests

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@mre
Copy link
Member Author

mre commented Aug 3, 2025

I've added the registration endpoint that we talked about. openpodcast/api#192
Works nicely.

image image

It stores the credentials in local storage. If someone uses the same data, it retrieves it from the API.

Copy link
Contributor

@woolfg woolfg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • get an error in the UI: can't access property "getRegisterUrl", window.OpenPodcastConfig is undefined
  • why do we use VITE env variables if we do not use vite?

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