-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add oauth begin method #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great so far! Looking at this, I wonder if the DbSessionStorage
class belongs in the Models
folder - I'd consider moving it to a lib folder since it's not necessarily a model (even though it uses one).
2a97418
to
1a474cb
Compare
database/migrations/2021_05_11_151158_add_online_access_info_to_sessions.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
f0162db
to
148d64b
Compare
No description provided.