PowAssent v0.1.0-alpha.11 PowAssent.Strategy.OAuth View Source
OAuth 1.0 strategy.
Usage
config :my_app, :pow_assent,
providers:
[
example: [
consumer_key: "REPLACE_WITH_CONSUMER_KEY",
consumer_secret: "REPLACE_WITH_CONSUMER_SECRET",
strategy: PowAssent.Strategy.OAuth,
site: "https://auth.example.com"
]
]