NIEM / NIEM-API

0 stars 1 forks source link

Set up user authentication #8

Closed cdmgtri closed 2 years ago

cdmgtri commented 2 years ago

NIEM API 2.0 will support community content and thus will need to support user permissions for specific models. Set up user authentication for the database and for

Notes:

petermadruga commented 2 years ago

Sent an email to Nick Saney to discuss best practices for user security in the API. Bearer tokens such as JWToken may be the right approach but I'll add more details once I talk with Nick.

petermadruga commented 2 years ago

Met with Nick Saney and I have started writing a document to detail the implementation of security for the NIEM API.

petermadruga commented 2 years ago

At this time, I have basic authentication working. Once Christina merges her database, we can add entities for UserModelPermissions and UserNamespacePermissions.