[WARNING] THIS PLUGIN SHOULD ONLY BE USED IN BACKEND WORKFLOWS OR WORKFLOWS WHERE THE USER IS TRUSTED. Experienced programmers (and hackers) can use their browser's developer console to retrieve the Bearer Token if this workflow is run client-side (allowing them access to anything the Bearer Token is authorized to access). Proceed with caution if using client-side (only use in workflow where the logged-in user is trusted) or simply use this in backend workflows (where the Token is inaccessible to the end-user).
Full setup YouTube video:
https://www.youtube.com/watch?v=0QzCBoqm3KsFull instructions are available here:
https://elegislate.gitbook.io/bubble-plugins/Quickstart Guide:
1.) Generate a signed JWT via the "Create Assertion" action in a workflow using your credentials.
2.) Use the assertion in a "Request Bearer Token" API Action in a workflow.
Need an example?
https://bubble.io/page?name=index&id=google-service-account-example&tab=tabs-1Uses:
*This allows you to make authorized API calls to any of Google's API's. Just place a header in your API call that is called "Authorization" with the value "Bearer returnedBearerTokenHere".
Need Help? Send me an email at
[email protected].