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

Revise API Keys object model #126

Open
FernandoDiconium opened this issue Sep 17, 2024 · 0 comments
Open

Revise API Keys object model #126

FernandoDiconium opened this issue Sep 17, 2024 · 0 comments
Labels
Ethereal Server Nest.js server

Comments

@FernandoDiconium
Copy link
Collaborator

FernandoDiconium commented Sep 17, 2024

Current model:
{
"_id" : ObjectId("667c3409060e3a60c1be021f"),
"name" : "TEST1",
"permission" : "SENDING_ACCESS",
"providerId" : [ ],
"token" : "$2b$10$XCRbLwyqZgcD3n3Kxn/m0uI2XFdx3d4iWNOe2V9Ga0WVR/o.M.D0G",
"userId" : "6687cb02b4b819b9d54261e2",
"createdAt" : {
"$date" : 1719415817862
}
}

Add new name field. For the webApp key give it "webapp"

@FernandoDiconium FernandoDiconium added the Ethereal Server Nest.js server label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ethereal Server Nest.js server
Projects
None yet
Development

No branches or pull requests

1 participant