- I'm done setting up the server by following steps given here.
- OAuth does work with google but only for web-client
- On iOS client, I've followed steps to integrate google sign-in by following steps given here
Let's say there is a get route localhost:8080/api/v1/movies
should be accessed by users who are logged in, how do I achieve that?
- User has already logged in, on iOS client.
- How do I pass iOS client's google authorisation information to server?