code100x / tiplink

MIT License
175 stars 197 forks source link

[FEAT] Create a custom authentication page #158

Closed cb7chaitanya closed 2 months ago

dhruv-colosus commented 2 months ago

Hey is it to change the next auth customisation page UI ? If so can you assign this to me

cb7chaitanya commented 2 months ago

Yes, the next auth default page, we want to create our own custom UI

dhruv-colosus commented 2 months ago

I have a doubt. The current auth is google one which is directly linked to the landing page . So which page is needed to be customised ?

Do I have to create a new page at /signin with just google auth or should the UI include email password as well ? Can you please elaborate so that I can start working on it asap

cb7chaitanya commented 2 months ago

You can refer to the next auth documentation on how we create custom authentication pages Also, we are sticking to google provider for now

dhruv-colosus commented 2 months ago

@cb7chaitanya #159 Creates this new page. Let me know if this is what you wanted