“The resource owner password credentials grant MUST NOT be used. This
grant type insecurely exposes the credentials of the resource owner
to the client. Even if the client is benign, this results in an
increased attack surface (credentials can leak in more places than
just the AS) and users are trained to enter their credentials in
places other than the AS.”
+1 for a OAuth 2.0 flow for an access & refresh token combo into Bubble. This would be great.
Do you not see Bubble’s current facility to issue tokens as a response from a Login workflow as an implicit grant flow?
Having a token that lasts 1 year (as these do) isn’t great from a security perspective… it’s also a little inelegant needing users to re-authenticate within a year mint another token.
But I think those are general issues with implicit grants rather than Bubble.