Skip to content

loic-d/meteor-ng-instagram-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication with Instagram in Angular-Meteor applications

Allow users to login with their Instagram account in an Angular-Meteor application.

Features

  • Explicit OAuth authentication with Instagram
  • Creation of a Meteor user in the database with their Instagram profile information
  • Instagram data service to retrieve latest user's media

Screenshots

Login page

alt text

User home page

alt text

Console output

console.log( Meteor.user() ) alt text

Installation

  • Install Meteor curl https://install.meteor.com/ | sh
  • git clone git@github.com:loic-d/meteor-ng-instagram-auth.git
  • cd meteor-ng-instagram-auth
  • meteor npm install
  • Update clientID and secret with your informations in /settings.json
  • meteor --settings settings.json
  • Go to http://localhost:3000/

TO DO

  • Intercept error responses from Instagram API
  • Avoid $timeout when using Meteor.user() in Angular userHome component

About

Authentication with Instagram in Angular-Meteor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages