# Discourse Codeberg Login

**URL:** https://meta.discourse.org/t/discourse-codeberg-login/255511
**Category:** Plugin
**Created:** [February 17, 2023, 7:59pm UTC](https://meta.discourse.org/t/discourse-codeberg-login/255511 "2023-02-17T19:59:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Wolftallemo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wolftallemo/32/289645_2.png) [@Wolftallemo](https://meta.discourse.org/u/Wolftallemo)
#### Post date: [February 17, 2023, 7:59pm UTC](https://meta.discourse.org/t/discourse-codeberg-login/255511/1 "2023-02-17T19:59:06Z")

</div>

| | | |
| --- | --- | --- |
| :information_source: | **Summary** | Plugin that allows users to sign in with their [Codeberg](https://codeberg.org) account |
| :hammer_and_wrench: | **Repository Link** | [https://github.com/Regalijan/discourse-codeberg-auth](https://github.com/Regalijan/discourse-codeberg-auth) |
| :open_book: | **Install Guide** | [How to install plugins in Discourse](https://meta.discourse.org/t/install-plugins-in-discourse/19157) |

  

### Configuration

1. Obtain a client id/secret pair from [Codeberg](https://codeberg.org/user/settings/applications) (under Manage OAuth2 Applications). Set the name to whatever and set the redirect uri to `https://your.discourse/auth/codeberg/callback`

2. Set `codeberg_client_id` and `codeberg_secret` with your client id and secret respectively.

3. Check `enable_codeberg_login`

### CHANGELOG

2023-02-19T23:21:00Z Added icon
