Sign Up problem

Hello everyone.

I have been playing extensively with Plasmic for the past few days. It looks very interesting, however I have one big problem. I am a backend developer by flesh and blood. Frontend is not my thing, so I am looking for tools like Plasmic.

Everything looks very inviting, however, I have no idea how to create an application with Sign Up option.

Plasmic Auth requires users to be added manually. Even adding via ensurePlasmicAppUser, requires manual setting of permissions.

How can this be circumvented and automated without losing the flexibility of managing users on the Plasmic side?

Are there any limits on the number of end users?

Hi @daniel_roziecki, welcome to the forum!

We haven’t documented this yet, but it is possible to set a roleId in the ensurePlasmicAppUser call. You’ll need to go to the auth dialog and click “Copy role ID” to get the ID.

Then you can add that role ID to ensurePlasmicAppUser like this:

ensurePlasmicAppUser({
    email: 'USER_EMAIL',
    appSecret: 'YOUR_APP_SECRET',
    roleId: 'COPIED_ROLE_ID'
  });
1 Like

Thanks. This is something what I needed :slight_smile:

What about the second question?

Currently there is no limit on the number of end users.

The key word is “currently”, any plans to change this?

Can’t definitively say. If I knew the future I would tell you. :slight_smile: