You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Add sign-in request for authentication token retrieval**
34
+
A new mechanism of authentication tokens has been introduced to replace the old way of sending usernames and passwords through the network with every request.
35
+
36
+
Instead, all user credentials (currently, it's usernames and passwords) are sent only:
37
+
* as a part of `connection_open` request for authentication and authorization, with a temporary token returned;
38
+
* as a part of `sign_in` request for sign ins within an established connection (to change the user or to get a new authentication token).
39
+
Then, all further requests are expected to be authenticated only by temporary, less sensitive tokens.
40
+
41
+
The approach is extensible to other credential types that can be introduced in the future.
commit="b92f47300913cc8555ef18580eeaa5b1b1ecd2a1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
11
+
commit="ab777bf067b1930e35146fd8e25a76a4a360aa74", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
0 commit comments