autonomous-metaverse / aingenuity

unnamed experiment
3 stars 3 forks source link

meteor auth #28

Closed flckv closed 1 year ago

flckv commented 1 year ago

I tried to login to meteor on the official website with the credentials created in unnamed-experiment without success. I wanted to check what has been updated there

trusktr commented 1 year ago

Do you mean you try to login to meteor.com? Or to use meteor.com account for this app? Neither will work.

In the other issue, I've linked to how to make your keys. Closing this one, let's continue in the other one. :)

flckv commented 1 year ago

hi @trusktr, can you clarify a few things:

(1) Is there a plan to make the register & login synced with the actual meteor account? (2) What is the main purpose of using the Meteor.userId() ? I am new to meteor, but what I can see is that even after deleting cookies and clearing cache on dev env I am still able to use the registered email address and password on http://localhost:3000/. So that made me think that it is connected to the actual meteor.com. But when I use the same credentials on meteor.com they are not working.