V1.1.0: Auth dazugefügt

This commit is contained in:
2026-02-28 15:56:33 +00:00
parent fec587a524
commit c067a42302
9 changed files with 376 additions and 3 deletions

14
package-lock.json generated
View File

@@ -1,13 +1,14 @@
{
"name": "werte_next",
"version": "0.1.1",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "werte_next",
"version": "0.1.1",
"version": "1.0.0",
"dependencies": {
"jose": "^6.1.3",
"mysql2": "^3.17.4",
"next": "16.1.6",
"react": "19.2.3",
@@ -4484,6 +4485,15 @@
"jiti": "lib/jiti-cli.mjs"
}
},
"node_modules/jose": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz",
"integrity": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/panva"
}
},
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",