Deniece Moxy

You Asked, We Delivered: ApertureDB Cloud Passwordless Login Is Here!

Hello Product Hunt,

We heard you - it was complicated to setup and login to your ApertureDB instance. You can now use passwordless login to ApertureDB, generate API tokens, and it's particularly easy on ApertureDB Cloud!

No more passwords at instance creation

You no longer need to set or remember passwords when spinning up a new instance. Instead, simply generate a secure access token during setup.

  • Users can generate secure access tokens directly from the console.

  • These tokens grant immediate access to the Web UI—no login prompt required.

  • Tokens are also used to authenticate via the Python SDK and other client tools.

Benefits

  • Improved developer workflow

  • API keys can be auto-generated for use in scripts, automation, or third-party services.

  • Eliminates password reset issues and user lockouts

  • Reduces credential sprawl across projects

  • Enables more secure, scalable integration patterns

  • Consistent experience across UI and API access

Learn more: https://docs.aperturedata.io/Setup/client/configuration

Start your free 30-day trial of ApertureDB today!

52 views

Add a comment

Replies

Best
Vishakha Gupta

This makes it so straightforward. Once you create an instance on cloud, just click on the Web UI button to go to the DB UI and click on Connect to generate API token. There is a nice code sample right there. If you create Jupyter notebook workflow and associate with your DB, it even comes with a ready to use notebook.