add: generic JWT token extraction

refactor: change project and POMs' names accordingly
This commit is contained in:
2025-10-31 17:13:42 +01:00
parent d93581fad6
commit f372cbe8ab
17 changed files with 100 additions and 281 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>net.miarma.api</groupId>
<artifactId>miarma-ecosystem</artifactId>
<artifactId>miarma-backend</artifactId>
<version>1.2.0</version>
</parent>
@@ -62,7 +62,7 @@
</dependencies>
<build>
<finalName>MiarmaEcosystem</finalName>
<finalName>MiarmaBackend</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>