Hacker Newsnew | past | comments | ask | show | jobs | submit | billoshoes's commentslogin

Programming is hard. Learn to do both - don't pigeon-hole yourself. You will be drowning in job offers after 5 years.


Do you have any examples of JWT refresh token auth for Apollo? I'm having an absolute nightmare figuring it out


Specifically, are you referring to JWT with Apollo client on the server-side?

On the client-side, you can just use a link and get the cookie into an auth header that way. On the server-side, you need some way of getting that auth token from the cookie and passing it into the server-side runtime so that you can insert it into the auth header via a link in each server-side Apollo client instance.


Sorry, that stuff was already set up when I got here


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: