Tomas Norkūnas

Results 307 comments of Tomas Norkūnas

@alanpoulain https://github.com/api-platform/core/pull/2300#issuecomment-920585416 could you give some feedback here? :slightly_smiling_face:

@cristhianDt did you resolve your issue?

@dmatora you could update RefreshToken entity `setRefreshToken` method to include expiry time at the end.

@konshensx16 there is a command to revoke refresh tokens. so if some token would be compromised you could revoke it and kill the future access for the hacker. but then...

What's stopping you from from configuring to use your custom controller?: ``` gesdinet_jwt_refresh_token: path: /api/token/refresh controller: your_custom_controller ```

If you are using autowiring then just point the `controller` to your controller class name or some service name

Hello @ismailua, As I'm not using Apns, I am not sure what's the problem here.

Sorry but sadly no, because I don't have any devices with iOS. Maybe you could contact with OneSignal support to check what's needed to do here?

@ismailua did you find a way to fix it? :)