FlutterFlow/flutterflow-docs

Pass variable into API request header

Opened this issue · 0 comments

To authenticate my users, I need their specific bearer token that is not permanently fixed. After login in I need to use this token inorder to be able to call other authenticated endpoints.
Please can there be a way to pass this in the header as Authorization value in the format Bearer <bearer token>