Niccolò Belli
Niccolò Belli
Another option would be to create a directive that hydrates the user.
Accounts-boost does not exist anymore in [1.0](https://github.com/accounts-js/accounts/pull/1258), please check if you can still reproduce it with the alphas.
It's in master.
Where it's stored depended on the database adapter. All the existing database adapters store the additional fields together with the user. Check 1.0 examples, we don't have profile anymore but...
Anyway the problem with the typeorm adapter is that it has standard entities which you cannot extend and in order to add additional fileds it does the following: ```ts Object.assign(user,...
Apparently [it might be possible to extend the User entity](https://github.com/accounts-js/accounts/issues/615#issuecomment-503783886), but that's not the approach that they've taken in the example. Feel free to try it.
> How that works is black magic to me, but I admit I don't user typeorm since a long time. Nevermind, apparently it doesn't work at all.
@blessanabraham could you please rebase against current master and add some tests so that we can get this in the upcoming 1.0?
Unfortunately turbo is not a viable option because they're not multiplatform anymore: https://github.com/vercel/turbo/issues/5957 Lerna 7 isn't either: https://github.com/lerna/lerna/issues/3676 At the moment we're still using lerna 6 (so I am actually...
This is planned for 1.0 but won't be there in the first release candidate: oauth will get some love in later rcs.