Matt Russell
Matt Russell
Definitely agree on the topic of Entra vs Azure as that is the correct nomenclature. As for mapping to match other 2name maps I can definitely see value in doing...
I've updated the map file name to Entra, and the mappings to match other `2name` mappings. Additionally, I've added a `name2` mapping for casting back to SAML. Let me know...
@thijskh just bumping :)
Hi LCozzoli, assuming you're running this in a Node project can you check the package.json file and make sure your version is higher than 4.25.0? You'll be looking for a...
Could you also share where you're using the steam-user module?
From what I experienced, when logging into an 'anonymous' account (which is generally what's used for game servers etc.) you get a ```loggedOn``` event emitted, but you don't get an...
Hopefully we see a fix soon, this one's really annoying.
I did find what seems to be a way to do it. As long as you're okay with epoch time. ```ts export const tableName = sqliteTable("tablename", { id: ..., updated_at:...