Skip to content

yuuki100/alis-oauth-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

Read this article first. -> https://alisproject.github.io/oauth2/

And then

Create Now account => https://zeit.co/now

And install now command

$ git clone https://github.com/yuuki100/alis-oauth-sample.git
$ cd alis-oauth-sample
$ yarn
$ now secret add client-id "your-alis-client-id"
$ now secret add client-secret "your-alis-client-secret"
$ now secret add redirect-uri "your-alis-redirect-uri"
$ now secret add cook-key "your-cook-key"

Local Development

$ mv .env.sample .env
$ vi .env # edit environment variables
$ now dev .

Deploy

Edit "alias": "alis-oauth-sample.now.sh" inside the now.json file to your preferred URL before deploying it.

$ now .

About

ALIS OAuth Sample

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.4%
  • CSS 21.4%
  • HTML 14.2%