checkpoint 5

This commit is contained in:
Sofía Aritz 2024-06-15 10:16:01 +02:00
parent b60052c090
commit aaefd1b52a
Signed by: sofia
GPG key ID: 90B5116E3542B28F
4 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2

4
identity-api/.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated

1
identity-api/README.md Normal file
View file

@ -0,0 +1 @@
# identity-api

View file

@ -5,6 +5,7 @@
"license": "MIT",
"private": true,
"type": "module",
"packageManager": "yarn@4.3.0",
"dependencies": {
"fastify": "^4.27.0",
"jose": "^5.4.0",