Skip to content

Conversation

@exaby73
Copy link
Collaborator

@exaby73 exaby73 commented Dec 19, 2025

No description provided.

Copy link
Contributor

@marcelomendoncasoares marcelomendoncasoares left a comment

Choose a reason for hiding this comment

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

Only one minor question for clarification!

Comment on lines +322 to +328
serverpod_auth_idp:
nickname: auth
my_custom_module:
nickname: custom
```

This allows you to reference module classes as `module:auth:UserInfo` in your model files. See the [modules documentation](modules) for more information.
This allows you to reference module classes as `module:auth:AuthUser` in your model files. See the [modules documentation](modules) for more information.
Copy link
Contributor

Choose a reason for hiding this comment

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

Question: Will this work? Since AuthUser is declared under serverpod_auth_core, but exported from serverpod_auth_idp.

If this is true, we should also update the reference in the authentication docs to use module:serverpod_auth_idp:AuthUser and fix serverpod/serverpod#4492.

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.

2 participants