Skip to content
Discussion options

You must be logged in to vote

Yes, you will need to override the Register page as well as the underlying flow of the default Filament registration page Filament\Pages\Auth\Register. Of course, you can create a custom registration page, but you will still need to override some things in the Filament registration page.

When registering through Socialite with this package, a personal company is automatically created as well. For guidance, you can refer to the registration process in the OAuthController, which provides an example of what to implement on your registration page. The CreateUserFromProvider action is used in this file, so you might also find the CreateNewUser action useful for your needs.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@loveshpatni
Comment options

@andrewdwallo
Comment options

Answer selected by loveshpatni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants