Skip to content

Conversation

@theothersideofgod
Copy link
Contributor

  • Add OAuthAccount plugin for upsertOAuthAccount mutation
  • Support Google, GitHub, LinkedIn, Facebook providers
  • Handle user creation, email management, and token generation
  • Register plugin in Graphile middleware

- Add OAuthAccount plugin for upsertOAuthAccount mutation
- Support Google, GitHub, LinkedIn, Facebook providers
- Handle user creation, email management, and token generation
- Register plugin in Graphile middleware
* - others -> {dbname}-user-identifiers-public, {dbname}-users-public, {dbname}-auth-private
*/
const getSchemaNames = (databaseName: string) => {
if (databaseName === 'constructive') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yea, this is hard-coded sir

const getSchemaNames = (databaseName: string) => {
if (databaseName === 'constructive') {
return {
userIdentifiersSchema: 'constructive_user_identifiers_public',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea can't merge this, hard-coded. Let's meet together

@pyramation
Copy link
Contributor

glad you got something working @theothersideofgod :) let's work to get this meta!

@pyramation pyramation marked this pull request as draft January 23, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants