jeffbcross / aim

82 stars 27 forks source link

Implement app component #6

Closed jeffbcross closed 8 years ago

jeffbcross commented 8 years ago

App component should show login component if user is not already logged in. If user is logged in, the component should register the user with the WebSocket service #3.

service.registerUser({token: 'GITHUB_AUTH_TOKEN', username: 'jeffbcross});