turbolinks / turbolinks-ios

Native iOS adapter for building hybrid apps with Turbolinks 5
MIT License
880 stars 92 forks source link

added additional headers feature #153

Open kuleshovd opened 5 years ago

kuleshovd commented 5 years ago

It's very useful in case we have authenticated via API and want to go into web version using turbolinks without signing in every time app is opened (for example). Of course we can use OTAC (server will check it and redirect to page returning cookies) or something else, but it's a bit complicated for beginners. So we can give developer an opportunity to add additional headers to requests/