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

[Feature Request] Multi-level authentication #9

Open
AnshumanFauzdar opened this issue Apr 24, 2020 · 12 comments
Open

[Feature Request] Multi-level authentication #9

AnshumanFauzdar opened this issue Apr 24, 2020 · 12 comments

Comments

@AnshumanFauzdar
Copy link

Everything is great and working smoothly
But authentication is only working on main page
Can you please implement multi-level authentication like this one have - https://github.com/maple3142/GDIndex ?

Thank you!

@he-sb
Copy link

he-sb commented Apr 24, 2020

Hello, you can simply add a ".password" file in any folder which you want to be encrypted, file's content is password, enjoy~

@AnshumanFauzdar
Copy link
Author

AnshumanFauzdar commented Apr 25, 2020

Hello, you can simply add a ".password" file in any folder which you want to be encrypted, file's content is password, enjoy~

Thank you! Can you specify line number in code?

@he-sb
Copy link

he-sb commented Apr 25, 2020

Hello, you can simply add a ".password" file in any folder which you want to be encrypted, file's content is password, enjoy~

Thank you! Can you specify line number in code?

This is not configured in code, you just create the file in specific folder of your own Google Drive.

@AnshumanFauzdar
Copy link
Author

Hello, you can simply add a ".password" file in any folder which you want to be encrypted, file's content is password, enjoy~

Thank you! Can you specify line number in code?

This is not configured in code, you just create the file in specific folder of your own Google Drive.

Ohh well then it is not feasible at all, there are multiple folders and I want them all password protected exactly like this https://github.com/maple3142/GDIndex
Still thanks tho!

@he-sb
Copy link

he-sb commented Apr 25, 2020

Okay, I didn't read carefully, what you need is the feature called "HTTP basic auth" which is not included by default in this project.
Good luck!

@AnshumanFauzdar
Copy link
Author

Okay, I didn't read carefully, what you need is the feature called "HTTP basic auth" which is not included by default in this project.
Good luck!

Yes!
Currently I am implementing dark mode
Will pick up authentication next
Thank you

@AnshumanFauzdar
Copy link
Author

Hey @yanzai you willing to add authentication like https://github.com/maple3142/GDIndex ?
It would be great!
Thank you!

@yanzai
Copy link
Owner

yanzai commented Apr 27, 2020

Done in version _4.28

@AnshumanFauzdar
Copy link
Author

Thank you chief @yanzai

@AnshumanFauzdar
Copy link
Author

Hey @yanzai A little question!
How can I learn all this, I am learning web development and familiar with basic DOM techniques but with cloudflare workers how should I proceed?
It will be grateful, if you will share resources or techniques
Thank you!

@yanzai
Copy link
Owner

yanzai commented Apr 28, 2020

https://developers.cloudflare.com/workers/quickstart#writing-code
and
https://developers.google.com/drive/api/v3/reference
will help you, you also need to know something about HTTP protocol and JavaScript

@AnshumanFauzdar
Copy link
Author

Thank you chief!

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

No branches or pull requests

3 participants