Skip to content

flow-examples/flow-router-chat-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow Router Chat Example

Sample Chat App

  • Custom GitHub Login
  • Flow Router : meteorhacks:flow-router
  • Flow Components : meteorhacks:flow-components

alt tag

How To

Step 1 : Create GitHub Application

(If you haven’t GitHub Account already, you need to create one first.)

  • Login Your GitHub Account
  • Open ‘Settings’ Page
  • Go Applications Tab
  • Click ‘Register a new application’ link
  • Register an application as follows
  • Copy and save 'Client ID' and 'Client Secret'

alt tag

Step 2 : Update config.js

  • Open server/config.js on project folder
  • Update the Client ID and Client Secret on config.js
ServiceConfiguration.configurations.remove({
  service : 'github'
});

ServiceConfiguration.configurations.insert({
  service : 'github',
  clientId: <CLIENT_ID>',
  secret  : ‘<CLIENT_SECRET>'
});

That’s all. :-).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published