User accounts and social media logins

My application uses Facebook login but every time the user logs in a new user account is created. Is it my responsibility to create some unique token to identify the user on creation to work out if he has logged in before? I thought that was handled by the third party.

Any insight would be appreciated.

Thanks.

Hi,

it should not work like that.
Which packages you are using to login ?

meteor-platform
insecure
mquandalle:jade
twbs:bootstrap
accounts-password
accounts-facebook
service-configuration
http
email
audit-argument-checks
themeteorchef:bert
browser-policy
check
iron:router
jquery
themeteorchef:jquery-validation
meteorhacks:npm


npm-container
fourseven:scss
accounts-oauth
meteorhacks:ssr
accounts-ui
aldeed:template-extension
reactive-var
mizzao:bootboxjs
momentjs:moment
aldeed:collection2
aldeed:simple-schema
copleykj:mesosphere
msavin:mongol
gwendall:auth-client-callbacks
aslagle:reactive-table

accounts-password
accounts-facebook
service-configuration

https://github.com/cloggy45/Rust-Merchant-Exchange/tree/development Link to the app source if you’re interested.

I am kinda lost there, only auth I see is steam.
And not sure if I will upload service configuration file to public.