Im trying to wrap my head around if i was the end user of my application and was trying to generate an bearer token/api key for my endpoint data on my bubble app HOW?
I been looking into this here:
, As a User | Bubble Docs
again, Im just trying to set it up so that users can enable there own bearer token at a certain role and be used to authenticate an request to the GET/POST in my bubble app.
but the docs are unclear, Is it uncheck the (this workflow can be run without authentication) and make a POST request with user and password in the body, where step 1 is passing in those field to a login in user.
Or GET request with headers User and password in hopes to get a Bearer token, im sooooo lost.
Mind you the goal is just for users to be able to security hit endpoints on there own bubble data , using a bearer token or some form of security