https://github.com/yuu-eguci/yahoo-login-web2
A small login authentication sample using Yahoo! ID 連携. Wanted to say "small" though it has became so complicated. It works on GCP - App Engine.
https://github.com/yuu-eguci/yahoo-login-web2
gae gcp google-app-engine javascript nodejs yahoo yaml
Last synced: about 1 year ago
JSON representation
A small login authentication sample using Yahoo! ID 連携. Wanted to say "small" though it has became so complicated. It works on GCP - App Engine.
- Host: GitHub
- URL: https://github.com/yuu-eguci/yahoo-login-web2
- Owner: yuu-eguci
- Created: 2019-12-15T08:07:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T12:10:38.000Z (over 3 years ago)
- Last Synced: 2023-03-03T13:12:42.085Z (over 3 years ago)
- Topics: gae, gcp, google-app-engine, javascript, nodejs, yahoo, yaml
- Language: JavaScript
- Homepage:
- Size: 571 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yahoo-login-web2
===
A small login authentication sample using Yahoo! ID 連携. Wanted to say "small" though it has became so complicated. It works on GCP - App Engine.

## Installation
```bash
npm install
```
### env_variables.yaml
This project requires making env_variables.yaml manually. Create an appropriate yaml like below.
```yaml
# Not let git to include environment variables.
# Separate them from app.yaml and gitignore them.
env_variables:
YAHOO_CLIENT_ID: 'aaaaaaaaaaaaaaabbbbbbbbbbbbcccccccccccccccddddddddddddd-'
YAHOO_CLIENT_SECRET: 'eeeeeeeeeeeeeffffffffffffffffggggggggggg'
SESSION_MAX_AGE_MS: 60000
```
## Illustrate implemented authorization code grant flow
Below.
