# Game Dev - Registrazione Utente e gestione DB (consigli necessari)

**URL:** https://meta.discourse.org/t/game-dev-user-registration-db-management-advice-needed/308874
**Category:** SSO
**Created:** [21 Maggio 2024, 1:59pm UTC](https://meta.discourse.org/t/game-dev-user-registration-db-management-advice-needed/308874 "2024-05-21T13:59:25Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [21 Maggio 2024, 2:16pm UTC](https://meta.discourse.org/t/game-dev-user-registration-db-management-advice-needed/308874/2 "2024-05-21T14:16:02Z")

</div>

Le parole magiche sono “[DiscourseConnect](https://meta.discourse.org/t/13045?silent=true)” e “identity provider” 😉

> [@Use Discourse as an identity provider (SSO, DiscourseConnect)](https://meta.discourse.org/t/use-discourse-as-an-identity-provider-sso-discourseconnect/32974):
>
> So you want to use Discourse as an identity provider for your own web app? Great! Let’s get started. Enable [DiscourseConnect](https://meta.discourse.org/t/13045?silent=true) provider setting Under Discourse admin site settings (/admin/site\_settings) enable setting enable discourse connect provider and add a secret string to discourse connect provider secrets (used to hash SSO payloads). Implement [DiscourseConnect](https://meta.discourse.org/t/13045?silent=true) in your web app: Generate a random [nonce](https://en.wikipedia.org/wiki/Cryptographic_nonce). Let’s call this value NONCE. Save it temporarily so that you can verify it with the …

---

_[View the full topic](https://meta.discourse.org/t/game-dev-user-registration-db-management-advice-needed/308874)._
