realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.6k stars 558 forks source link

RJS-2727: Re-using anonymous users by default in `realm-web` #6592

Closed kraenhansen closed 2 weeks ago

kraenhansen commented 3 weeks ago

What, How & Why?

This closes RJS-2727 by adding the optional reuse argument to the anonymous credentials. I've marked this as breaking, since this would previously default to creation of new users on subsequent logins with anonymous credentials.

☑️ ToDos