tushargugnani / 5balloons.info

5 stars 1 forks source link

Authentication #55

Closed tushargugnani closed 1 year ago

tushargugnani commented 1 year ago

Use the existing table of wordpress users to allow users to login into laravel application.

https://github.com/corcel/corcel#authentication

tushargugnani commented 1 year ago

@tapan288 Create a new branch, to create a login page to authenticate users.

tapan288 commented 1 year ago

Do we also need password resets and all other stuff?

tushargugnani commented 1 year ago

No, we can manage the users via Wordpress admin dashboard. We just want a way to secure some pages on the laravel app to be accessible to only logged-in users. So only a page to login should be fine.