-
Notifications
You must be signed in to change notification settings - Fork 0
Connect Page #15
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
base: main
Are you sure you want to change the base?
Connect Page #15
Conversation
Deploying openpodcast-app with
|
Latest commit: |
5534b28
|
Status: | ✅ Deploy successful! |
Preview URL: | https://6e34d191.openpodcast-app.pages.dev |
Branch Preview URL: | https://connect.openpodcast-app.pages.dev |
I noticed that we use two different email addresses on our old connect.openpodcast.app website:
Can we use one? E.g. [email protected]? |
for spotify it is [email protected] |
Done |
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]>
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]>
I've added the registration endpoint that we talked about. openpodcast/api#192 ![]() ![]() It stores the credentials in local storage. If someone uses the same data, it retrieves it from the API. |
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.
- 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?
Moved connect.openpodcast.app to website