Skip to content

chore/change auth clientid #242

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 6 commits into from
Apr 8, 2025
Merged

Conversation

robertandreimoldoveanu
Copy link
Contributor

  • chore: remove env options from publish
  • feat: add 3 port options for auth server
  • chore: change default auth env to cloud
  • chore: add new clientid config
  • feat: allow auth everywhere
  • chore: increase sdk version

Comment on lines +35 to +40
if is_port_in_use(port):
if is_port_in_use(port_option_one):
if is_port_in_use(port_option_two):
if is_port_in_use(port_option_three):
raise RuntimeError(
"All configured ports are in use. Please close applications using ports or configure different ports."
Copy link
Contributor

Choose a reason for hiding this comment

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

😮

@robertandreimoldoveanu robertandreimoldoveanu merged commit ae401c5 into main Apr 8, 2025
4 checks passed
@robertandreimoldoveanu robertandreimoldoveanu deleted the chore/change-auth-clientid branch April 8, 2025 09:35
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