Skip to content
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

Autologin sqlite - resolve #18 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonasof
Copy link

@jonasof jonasof commented Feb 4, 2018

After adminer 4.3.0 there is not possible to connect to a sqlite database without implementing a custom login method, probably for a security measure since we could connect to any database in filesystem with read permissions.

We disable this function in Laravel Autologin since here we expect the developer to protect the endpoint
in some way, not needing this second validation.

Links: https://github.com/vrana/adminer/blob/v4.3.0/adminer/include/adminer.inc.php#L110

After adminer 4.3.0 there is not possible to connect
to a sqlite database without implementing a custom login
method, probably for a security measure since we could
connect to any database in filesystem with read permissions.

We disable this function in Laravel Autologin since
here we expect the developer to protect the endpoint
in some way, not needing this second validation.

Links: https://github.com/vrana/adminer/blob/v4.3.0/adminer/include/adminer.inc.php#L110
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant