dreamsbond

Results 120 comments of dreamsbond

I mean forgot password which user was unable to change password with authorized token

changing user password require authorized user token. so how would a user forget their password and need to reset it by themself.

how does the limoncello present the use of ``` commentable_id - integer commentable_type - string ``` in other way, say "attachments" as a scenario. - teachers and students upload attachments....

generally, i plan to have a single point of user authentication and authorization. where multiple applications (browser, mobile app) share single point of checkpoint, with different roles and scope.

i have a single application making use of limoncello/app currently, housing users, rooms and lessons information at one place. and with authentication and authorization as well.

does current limoncello-php/app facilitates the GET /authorize and redirects, what i read the codes, seems yes. but any kind procedures to follow? besides, i was a bit struggle about, having...

erm.. still one single users database; but what about, say: - booking rooms / lessons require user details as well? users collection may still required; - what if adding a...