Which OAuth 2.0 flow for a Chrome Extension?

Hi,

I already read Chrome Extension Auth0 tutorial (https://auth0.com/docs/quickstart/native/chrome).

Which flow of OAuth 2.0 was used in this tutorial? The Implicit Grant or the Authorization Code Grant using Proof Key for Code Exchange?

Thank you.

Hi Casey!

Super stoked that you went through our tutorial!

When it comes to OAuth 2.0 flow that was used in this tutorial, it was the Implicit Grant, the flow that uses Proof Key for Code Exchange is mainly used in mobile apps.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.