From 87a7ad878e50d1affaf2b49b282f4c6268c2f8cf Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Wed, 2 Apr 2025 17:40:11 +0200 Subject: [PATCH] Explain when to use /authn/login-with-expiry instead --- ramls/mod-users-bl.raml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ramls/mod-users-bl.raml b/ramls/mod-users-bl.raml index c0b8c05..a17dfe8 100644 --- a/ramls/mod-users-bl.raml +++ b/ramls/mod-users-bl.raml @@ -223,7 +223,8 @@ resourceTypes: description: | Allow a new user to login and return two cookies, one containing the user's refresh token and one containing an access token. Both tokens have an expiration. The expiration time - for each is contained in the composite user token expiration property. + for each is contained in the composite user token expiration property. If you don't need + the data in the composite user you should call the /authn/login-with-expiry API instead. is: [permissionsExpandable, includeable] headers: User-Agent: