# Oauth2 provider

Our Forgejo git forge supports connecting external services via the Oauth2 provider API. This is a password-less, scoped and token-based authentication method that can be safely used with 3rd party apps.

You can access your personal Oauth2 access tokens via the [Settings -&gt; Applications menu](https://f-hub.org/user/settings/applications) where it is also possible to revoke access tokens. As an organisation repository owner you can also generate access tokens there.

For example, our internal [Opengist service](https://gist.f-hub.org/) is directly connected via Oauth2 to your main account. But 3rd party native apps such as [GitNex](https://f-droid.org/en/packages/org.mian.gitnex/) can also use it. You can also log into our [Loomio group collaboration tool](https://groups.f-hub.org/explore) via Oauth2. If you already made a Loomio account, please make sure it uses the same email address and then it is possible to link it to your main F-hub.org account via Oauth2.

For more details, [please see the Gitea documentation](https://docs.gitea.com/development/oauth2-provider).