Skip to content

Commit

Permalink
socios fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Sep 18, 2023
1 parent 44b1670 commit 5deb31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socios-oauth2/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ app.get("/user-nfts", cors(corsOptions), async (request, response) => {

app.post("/user-logout", cors(corsOptions), async (request, response) => {
const output = await tokenNegotiatorServer.socios.userLogout(
PROCESS.ENV.SOCIOS_AUTH_KEY,
process.env.SOCIOS_AUTH_KEY,
request.cookies["tn-oauth2-access-token-socios"]
);
response.json(output);
Expand Down

0 comments on commit 5deb31a

Please sign in to comment.