feat: allow for authenticating Steam users without official#679
feat: allow for authenticating Steam users without official#679AnthonyFuller wants to merge 14 commits into
Conversation
…ctly using the app ticket
a54a41b to
0e07a0d
Compare
|
Not a clue as to why merging from master causes esbuild to start failing... |
|
Looks good from a quick glance, but I don't see why you would hash the ownership ticket; isn't Map already implemented as a hash map internally? |
|
It is, the hash is more for a reference for when RDIL does the backend implementation so he knows what to hash. |
# Conflicts: # yarn.lock
|
Okay, so updating node fixed esbuild failing. Good to know. |
417c0ac to
96dfce0
Compare
|
I've removed the dependency on Now we just need the backend implementation. |
…date to reflect changes made to parseAppTicket, use app id from the ticket, change cache to a set
|
Okay, this is basically done now - just requires the backend side of things to be finalised (one or two things to iron out, otherwise that's done too). Reminder: update the default of |
4d74ebb to
35378e1
Compare
# Conflicts: # yarn.lock
As title. Validates using the app ticket.
Pretty much done aside from the backend implementation (and final polish).