PowAssent v0.2.1 PowAssent.Strategy.Twitter View Source
Twitter OAuth 1.0 strategy.
Usage
config :my_app, :pow_assent,
providers: [
vk: [
consumer_key: "REPLACE_WITH_CONSUMER_KEY",
consumer_secret: "REPLACE_WITH_CONSUMER_SECRET",
strategy: PowAssent.Strategy.Twitter
]
]
Link to this section Summary
Functions
Callback implementation for PowAssent.Strategy.OAuth.Base.default_config/1
Callback implementation for PowAssent.Strategy.OAuth.Base.get_user/2
Callback implementation for PowAssent.Strategy.OAuth.Base.normalize/2
Link to this section Functions
Callback implementation for PowAssent.Strategy.OAuth.Base.default_config/1
.
Callback implementation for PowAssent.Strategy.OAuth.Base.get_user/2
.
Callback implementation for PowAssent.Strategy.OAuth.Base.normalize/2
.