Elies Lou ⚡️

Results 24 comments of Elies Lou ⚡️

### AccountsServer > Why not keep the way that actual services are instantiated (object) rather than an array, will be the same no? It will be exactly the same, this...

#### There is plenty of possibilities about the future of accounts-js I give you my opinions, but they are mines only ----- > is there a plan to have something...

In the case in which the tokens are set in the cookies, is there a reason for sending only the access token ? Where would you store the refresh token...

Alright, I'll write here if I need to !

```js import TokenManager from '@accounts/token-manager' const tokenManager = new TokenManager({ secret: 'secret', emailTokenExpiration: 1000 * 60 * 60 * 2, access: { expiresIn: '1h' }, refresh: { algorithm: 'HS256' }...

I think we should keep the packages simple and make the user-friendly in the preset packages ? The relations between packages would become too complicated in my opinion

@oyeanuj No, I do not, I am not using RU anymore, but IMO it should still work. This PR is really just about renaming babel plugins in the configuration. Babel...

Actually I was using webpack-hot-server-middleware before switching over this boilerplate because errors are swallowed by the webpack plugin hook Maybe this is misconfiguration though, but take care of checking how...

Same issue here, on windows, latest electron version. ![image](https://github.com/electron/electron/assets/13298494/393d2934-326e-4924-b068-0afd1786ad22) I cannot see my application in windows privacy settings, and from the renderer and main thread, all permissions are granted

Is this PR stuck ? I can help if needed we are waiting for this for months