User Authentication (Laravel vs Custom) #959
austintoddj
started this conversation in
New Features
Replies: 1 comment 4 replies
-
Since it's looking like people prefer the former implementation of users in Canvas, my question then is how can you create a At the end of the day, users just needs 3 things:
Any thoughts or ideas here are greatly appreciated, I'm at a bit of a blocker on v7.0.0 until I figure this out. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to get feedback from those who use Canvas, and this seems like the best place to do it.
In the past, Canvas simply relied on Laravel's default authentication, and would utilize certain aspects of the standard User model. The pros of this were:
The cons of this were:
Recent issue with some related discussion
I'd just like to know the general feel for what people would appreciate with this package, so give this:
👍 if you like it just the way it is
👎 if you'd like to see it reverted to the way it was
💡 Comment below if you can think of a better way to manage the User model.
Beta Was this translation helpful? Give feedback.
All reactions