Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encapsulate API Key to avoid showing entire key after generation #36

Closed
github-actions bot opened this issue May 30, 2023 · 1 comment · Fixed by #40 or #45
Closed

Encapsulate API Key to avoid showing entire key after generation #36

github-actions bot opened this issue May 30, 2023 · 1 comment · Fixed by #40 or #45
Assignees
Labels
todo 🗒️ todo patchs

Comments

@github-actions
Copy link

// TODO: Enpacsulate API Key to avoid showing entire key after generation
return res.status(200).json(makeResponse(apikeys));
} catch (error) {
next(error);
}
};


This issue was generated by todo-issue based on a TODO comment in 971aeb8.
@github-actions github-actions bot added the todo 🗒️ todo patchs label May 30, 2023
@github-actions
Copy link
Author

Enpacsulate API Key to avoid showing entire key after generation

// TODO: Enpacsulate API Key to avoid showing entire key after generation
return res.status(200).json(makeResponse(apikeys));
} catch (error) {
next(error);


This comment was generated by todo-issue based on a TODO comment in d1e9032. It's been assigned to @BRAVO68WEB because they committed the code.

@BRAVO68WEB BRAVO68WEB changed the title Enpacsulate API Key to avoid showing entire key after generation Encapsulate API Key to avoid showing entire key after generation May 31, 2023
@BRAVO68WEB BRAVO68WEB linked a pull request May 31, 2023 that will close this issue
3 tasks
@BRAVO68WEB BRAVO68WEB linked a pull request Jun 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo 🗒️ todo patchs
Projects
None yet
1 participant