Skip to content
Snippets Groups Projects
Select Git revision
  • b4a728b65b3074f29723b0b9135743187f0d7978
  • main default protected
  • OZG-7981-Statistik-Anzeige-von-Mandanten
  • OZG-7986-mandat-anfragen
  • fix-storybook
  • OZG-8378-ods-heading
  • OZG-8405-Alfa-Bearbeiter-auswählen-und-entfernen-Design
  • OZG-6978-prevent-other-pages-from-being-called
  • OZG-8314-Alfa-Vorgang-Bearbeiter-Zuweisung-entfernen
  • testing-imports
  • storybook-improvements
  • OZG-7287-forward-saml-token
  • release-administration
  • OZG-8422-BenutzerSpeichern
  • release-info
  • release
  • OZG-7856_schadcode-scanner-e2e
  • OZG-7985-fix-sorting
  • OZG-8305-Create-webpack-sbom
  • tooltip-improvements
  • OZG-7714-UpgradeKeycloakDependencyTo25
  • 1.12.1-administration
  • 1.12.0-administration
  • 1.12.0-info
  • 2.27.0-alfa
  • 1.11.0-info
  • 1.11.0-administration
  • 2.26.0-alfa
  • 1.10.0-info
  • 1.10.0-administration
  • 2.25.0-alfa
  • 1.9.0-info
  • 1.9.0-administration
  • 2.24.0-alfa
  • 1.8.0-info
  • 1.8.0-administration
  • 2.23.0-alfa
  • 1.7.0-info
  • 1.7.0-administration
  • 2.22.0-alfa
  • 1.6.0-info
41 results

authentication.service.ts

Blame
  • pom.xml 631 B
    <project xmlns="http://maven.apache.org/POM/4.0.0"
    	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    	<modelVersion>4.0.0</modelVersion>
    	<parent>
    		<groupId>de.ozgcloud.api-lib</groupId>
    		<artifactId>api-lib-parent</artifactId>
    		<version>0.10.0</version>
    	</parent>
    	<artifactId>api-lib-demo</artifactId>
    
    	<dependencies>
    		<dependency>
    			<groupId>de.ozgcloud.api-lib</groupId>
    			<artifactId>ozg-cloud-spring-boot-starter</artifactId>
    			<version>${project.version}</version>
    		</dependency>
    	</dependencies>
    </project>