All Projects → omniauth → Omniauth Instagram

omniauth / Omniauth Instagram

OmniAuth strategy for Instagram.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Omniauth Instagram

Oauth
🔗 OAuth 2.0 implementation for various providers in one place.
Stars: ✭ 336 (+226.21%)
Mutual labels:  authentication, instagram
React Native Instagram Login
a react native instagram login component (support android & ios). Pull requests are welcome!
Stars: ✭ 139 (+34.95%)
Mutual labels:  authentication, instagram
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (+453.4%)
Mutual labels:  authentication, instagram
Node Instagram
Instagram api client for node that support promises.
Stars: ✭ 185 (+79.61%)
Mutual labels:  authentication, instagram
Keyring
Keyring is an authentication framework for WordPress. It comes with definitions for a variety of HTTP Basic, OAuth1 and OAuth2 web services. Use it as a common foundation for working with other web services from within WordPress code.
Stars: ✭ 52 (-49.51%)
Mutual labels:  authentication, instagram
Laravel Single Session
This package prevents a User from being logged in more than once. It destroys the previous session when a User logs in and thereby allowing only one session per user.
Stars: ✭ 95 (-7.77%)
Mutual labels:  authentication
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (-2.91%)
Mutual labels:  instagram
Djwt
Create and verify JSON Web Tokens (JWT) with deno.
Stars: ✭ 93 (-9.71%)
Mutual labels:  authentication
Choicebot
Instagram bot to like, comment and follow based on hashtags
Stars: ✭ 94 (-8.74%)
Mutual labels:  instagram
Instagram Auto Create Account
An automatic account creation bot script for Instagram.
Stars: ✭ 101 (-1.94%)
Mutual labels:  instagram
Jmacaroons
Pure Java implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud. Android ready. Online playground available.
Stars: ✭ 100 (-2.91%)
Mutual labels:  authentication
Vue Authenticate
Simple Vue.js authentication library
Stars: ✭ 1,350 (+1210.68%)
Mutual labels:  authentication
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (+1197.09%)
Mutual labels:  authentication
Auth0
Authentication in shinyapps using Auth0 service
Stars: ✭ 100 (-2.91%)
Mutual labels:  authentication
Hashtagify
📸 Generates hashtags for Instagram posts. Upload your photo and it will suggest the relevant #hashtags for you. 🏷
Stars: ✭ 95 (-7.77%)
Mutual labels:  instagram
Warden Github Rails
Use GitHub as authorization and more. Use organizations and teams as means of authorization by simply wrapping your rails routes in a block. Also useful to get a user's details through OAuth.
Stars: ✭ 100 (-2.91%)
Mutual labels:  authentication
Socialauthhelper
Easy social network authorization for Android. Supports Facebook, Twitter, Instagram, Google+, Vkontakte. Made by Stfalcon
Stars: ✭ 94 (-8.74%)
Mutual labels:  instagram
Pam tacplus
TACACS+ protocol client library and PAM module in C. This PAM module support authentication, authorization (account management) and accounting (session management)performed using TACACS+ protocol designed by Cisco.
Stars: ✭ 97 (-5.83%)
Mutual labels:  authentication
Instagram api gem
A Ruby wrapper for the Instagram API
Stars: ✭ 100 (-2.91%)
Mutual labels:  instagram
Instagram private api extensions
An extension module to https://github.com/ping/instagram_private_api
Stars: ✭ 97 (-5.83%)
Mutual labels:  instagram

OmniAuth Instagram

This is the unofficial OmniAuth strategy for authenticating to Instagram. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the Instagram Developer website.

Basic Usage

use OmniAuth::Builder do
  provider :instagram, ENV['INSTAGRAM_ID'], ENV['INSTAGRAM_SECRET'], scope: 'basic+media+public_content+follower_list+comments+relationships+likes'
end

Notes:

License

Copyright (c) 2011-2017 Mihai Anca and Intridea, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].