Replies: 8 comments 11 replies
-
GitHub IntegrationGitHub Resource APIs
|
Beta Was this translation helpful? Give feedback.
-
Storing provider data in Cookie@wasif we can also store user information in a cookie, mostly every API needs the user details and we are calling API every time to fetch the user details. We can store Discussion with @amitu: We will store a different cookie for each auth provider. For GithubCookie name:
|
Beta Was this translation helpful? Give feedback.
-
Discord pull request. |
Beta Was this translation helpful? Give feedback.
-
Twitter pull request |
Beta Was this translation helpful? Give feedback.
-
I have pushed code for twitter-liking and twitter-followers. |
Beta Was this translation helpful? Give feedback.
-
Today i have completed following functionalities. |
Beta Was this translation helpful? Give feedback.
-
Documentation links https://docs.google.com/document/d/1qjwE0AjWTm1JO4YAgadasaOSg6hHClHgYJ7TzPq3FMk/edit Telegram Discord |
Beta Was this translation helpful? Give feedback.
-
Status: In Progress
Author: WasifCode PR: #589
Doc PR: Pending
TODOS
Discord
Discussion: fpm-auth: Discord OAuth Integration #663
Telegram
Google
Github
Static:
github-username
This would be always present if the user is logged in.
Dynamic:
github-stars=<repo-name>
If this is asked, it would be returned as part of
get-identities
only if the currently logged in user has starred the repo.Dynamic:
github-follows=<repo-name>
If this is asked, it would be returned as part of
get-identities
only if the currently logged in user has followed the repo.Eg if
github-follows=ftd-lang/ftd
is requested, if the logged in user follows the repoftd-lang/ftd
then it should be returned.Dynamic:
github-follows-account=<account-name>
If this is asked, it would be returned as part of
get-identities
only if the currently logged in user has followed the account.Eg if
github-follows=ftd-lang/ftd
is requested, if the logged in user follows the repoftd-lang/ftd
then it should be returned.Dynamic:
github-sponsors=<account-name>
If this is asked, it would be returned as part of
get-identities
only if the currently logged in user has sponsored the account.Eg if
github-follows=ftd-lang
is requested, if the logged in user sponsors the accountftd-lang
.Slack
Gmail
Twitter
GitLab
Yahoo
Microsoft
LinkedIn
Instagram
Facebook
Dropbox
DigitalOcean
BitBucket
Apple
Amazon
Okta
Pintrest
Twitch
WeChat
Zoho
Doorkeeper
Baidu
Tiktok
Beta Was this translation helpful? Give feedback.
All reactions