apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Allow omitting the token in the parameters of $apolloHelpers.onLogin

Open Tinoooo opened this issue 5 years ago • 0 comments

What problem does this feature solve?

In case the authentication is done via a HttpOnly cookie, there is no need to store the token in a seperate cookie. A current workaround is passing a dummy token.

What does the proposed changes look like?

It should be possible to call $apolloHelpers.onLogin without the first parameter (the token).

This feature request is available on Nuxt community (#c309)

Tinoooo avatar Apr 23 '20 15:04 Tinoooo