cloudflare-worker-github-oauth-login
cloudflare-worker-github-oauth-login copied to clipboard
Some questions for installation
Hi
It is very nice project, but I have several questions for it.
- I already uses Cloudflare workers script under maplat.jp domain. Are there any concern for existing scripts are overwritten by this code's installation?
- What domain/url is this code used? Is it possible to run it under subdomain? (E.g. my domain is maplat.jp but I want to run this on s.maplat.jp)
- Is it possible to install this manually?
- Is it possible to customize this code to work with other identity sources? (Like Google, Twitter...)
Regards, Kohei
I already uses Cloudflare workers script under maplat.jp domain. Are there any concern for existing scripts are overwritten by this code's installation?
No. You can configure the worker name with the CLOUDFLARE_SCRIPT_NAME environment variable
What domain/url is this code used? Is it possible to run it under subdomain? (E.g. my domain is maplat.jp but I want to run this on s.maplat.jp)
I'm not very familiar with how domains/subdomains work for Cloudflare and their workers. Best to contact them
Is it possible to install this manually?
Sure, you can just copy and paste the code, then replace the environment variables in the code with the actual values
Is it possible to customize this code to work with other identity sources? (Like Google, Twitter...)
That would be a lot more work than what would qualify as a customization, it's out of scope for this module