Skip to content

Commit

Permalink
Authentication service logout action on sandbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 13, 2024
1 parent ece782b commit b9b76be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/sandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const authenticationActions = {
"auth_is_enabled": ["Auth: Is User Enabled", '{\n\t"username": ""\n}'],
"auth_login_username": ["Auth: Log-in Username", '{\n\t"username": "",\n\t"password": ""\n}'],
"auth_login_email": ["Auth: Log-in Email", '{\n\t"email": "",\n\t"password": ""\n}'],
"auth_logout": ["Auth: Logout", '{\n\t"sess_id": ""\n}'],
"auth_fetch_all": ["Auth: Fetch All Users", '{}']
};

Expand Down

0 comments on commit b9b76be

Please sign in to comment.