Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Ueberauth strategy for Line Login

Notifications You must be signed in to change notification settings

itswindtw/ueberauth_strategy_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ueberauth.Strategy.Line

Deprecated. Consider using assent instead, as it is well-supported and has a better story in using alternative HTTP libraries.

Ueberauth strategy for Line Login.

CI

Installation

In mix.exs:

def deps do
  [
    {:ueberauth_strategy_line, github: "itswindtw/ueberauth_strategy_line"}
  ]
end

In config:

config :ueberauth, Ueberauth,
  providers: [
    line: {Ueberauth.Strategy.Line, []}
  ]

config :ueberauth, Ueberauth.Strategy.Line,
  client_id: "",
  client_secret: ""

About

Ueberauth strategy for Line Login

Topics

Resources

Stars

Watchers

Forks

Languages