-
Per https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/, basic auth will no longer be supported. Suggestion is to replace the basic auth feature he…
-
Cookie vs Token auth will not be part of SocketStream core, instead there will be extension points where an add-on can configure the strategy. Security is tricky business, so we will want to end up wi…
-
```
What steps will reproduce the problem?
1. Use the example usage in HTTPNtlmAuthHandler.py, modify url, user, and
password as needed. url points to a asp session based server
2. modify the code to …
-
_From @badnetmask on Jul 22, 2020 14:13_
##### SUMMARY
This is a copy/follow-up on a previously discussed issue: https://github.com/ansible/ansible/issues/51402
The current authentication impleme…
-
Forking this off from #5744 and #5879.
Looking for feedback. I'm not sure if this is something we would try to spec or not but it's something that could increase BFCache hit-rate.
`Cache-control…
-
I've been trying to implement a very simple server with even simpler Lucid client that would work with Cookie auth server presented in this project's Readme. However, based on the information found th…
-
> [!NOTE]
> This issue affects the **WordPress app**.
Sentry Issue: [WORDPRESS-IOS-48PQ](https://a8c.sentry.io/issues/5283192470/?referrer=github_integration)
```
WordPressKit.AtomicAuthentica…
-
I am using firebase purely as an authentication provider, with a separate database as a source of truth for user roles. I am trying to set claims in the session cookie on login or session creation, si…
-
Cookie-based auth doesn't work on Phonegap or Chrome packaged apps. It also leaves vulnerability to CSRF attacks.
A better strategy for an Angular-type SPA is to store a token in LocalStorage:
https:…
-
Offer a way to manage credentials. Ideally it should be generic enough to be used across protocols and for different credential types per protocol (ex http : oauth, basic auth, API keys).