Commit Graph

7 Commits

Author SHA1 Message Date
Damien Arrachequesne 89ed3c734d
chore(release): 0.4.0
Diff: https://github.com/socketio/socket.io-admin-ui/compare/0.3.0...0.4.0
2022-06-23 15:13:37 +02:00
Damien Arrachequesne cec313e379
docs: fix typo 2021-06-03 11:25:29 +02:00
Damien Arrachequesne 5f235e31a9
docs: remove comment about credentials flag
The `credentials: true` is always needed since the client is created
with `withCredentials: true`.
2021-06-03 11:22:14 +02:00
Damien Arrachequesne 5d92994bca
docs: add note about BCrypt hashes
Related: https://github.com/socketio/socket.io-admin-ui/issues/9
2021-06-03 11:21:01 +02:00
Damien Arrachequesne 99fa3ed1aa
docs: add credentials option for cookie-based sticky sessions
This is needed for cookie-based sticky sessions, for example with AWS
load balancers and the AWSALBCORS cookie.

Please note that the cookies must be created with `SameSite=None` and
`Secure`.

Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials
2021-05-10 00:18:41 +02:00
Damien Arrachequesne 62f4659f03
docs: update readme 2021-04-15 15:17:59 +02:00
Damien Arrachequesne f453422662
initial commit 2021-04-15 12:28:15 +02:00