I have a question) I can generate tokens in my app in the Settings section for myself, but i can’t understand, how i can generate tokens for my users, like in LikedIn, for 3rd developers, who want get access to my database. Or it’s impossible in Bubble?
If you want to programmatically create auth tokens for each user that will carry their privacy access (i.e. it will be ‘them’ using the app - and not give them full admin access to your backend) then you can do that too - see here.
My bigger issue with the approach of generating an API token for each user is that requires a manual step on my end for each user. In other words, a user can’t sign-up for our API service and get going right away without someone on my end generating the token.