-
### We can't set cookies using setFromResponse method...
```
CookieManager.setFromResponse(
'http://example.com',
'user_session=abcdefg; path=/; expires=Thu, 1 Jan 2030 00:00:00 -0000; secu…
-
I need support iOS10.
Is 'useWebKit = false' use for iOS10, but NSHTTPCookieStorage seems not working.
Is there another way for iOS10?
-
服务器返回500,因为直接用 api 接口没有传header令牌。
-
- [ ] add [`feathers-authentication`](https://github.com/feathersjs/feathers-authentication) (store auth token in localStorage)
- [ ] store auth token as [cookie](https://www.npmjs.com/package/js-cook…
-
-
### Link to the code that reproduces this issue
https://github.com/LeOndaz/nextjs-bug
### To Reproduce
Write a function like this
```
function myFunc() {
if (typeof window !== "undefined")…
-
Is there anything as simple as `fetch('...', { credentials:'omit' })` to make a single call without cookies? I couldn't figure it out.
-
I cannot currently use signed URLs with HLS videos in my flutter app because the video players available to flutter do not allow for appending tokens to the end of each request. I realized this was ne…
djsjr updated
2 years ago
-
Uploads are long-running and invokes disparate services. There is a potential chance that token will get refreshed after the invocation of file uploader, but before the individual calls finish.
`fil…
-
It would be nice to have some kind of in-app notifications for important events - upcoming downtime, release changes, etc.
What I'm envisioning is a way for administrators to create announcements a…