ixortalk-user-registration-api

IxorTalk microservice exposing an API for User Registration

License

License

GroupId

GroupId

com.ixortalk
ArtifactId

ArtifactId

ixortalk-user-registration-api
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

ixortalk-user-registration-api
IxorTalk microservice exposing an API for User Registration
Project URL

Project URL

https://github.com/ixortalk/ixortalk-user-registration-api/tree/master
Project Organization

Project Organization

IxorTalk CVBA
Source Code Management

Source Code Management

https://github.com/ixortalk/ixortalk-user-registration-api/tree/master

Download ixortalk-user-registration-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.ixortalk/ixortalk-user-registration-api/ -->
<dependency>
    <groupId>com.ixortalk</groupId>
    <artifactId>ixortalk-user-registration-api</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.ixortalk/ixortalk-user-registration-api/
implementation 'com.ixortalk:ixortalk-user-registration-api:1.0.7'
// https://jarcasting.com/artifacts/com.ixortalk/ixortalk-user-registration-api/
implementation ("com.ixortalk:ixortalk-user-registration-api:1.0.7")
'com.ixortalk:ixortalk-user-registration-api:jar:1.0.7'
<dependency org="com.ixortalk" name="ixortalk-user-registration-api" rev="1.0.7">
  <artifact name="ixortalk-user-registration-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ixortalk', module='ixortalk-user-registration-api', version='1.0.7')
)
libraryDependencies += "com.ixortalk" % "ixortalk-user-registration-api" % "1.0.7"
[com.ixortalk/ixortalk-user-registration-api "1.0.7"]

Dependencies

compile (18)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator jar 1.5.14.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.5.14.RELEASE
org.springframework.boot : spring-boot-starter-security jar 1.5.14.RELEASE
org.springframework.cloud : spring-cloud-config-client jar
org.springframework.cloud : spring-cloud-security jar
org.springframework.cloud : spring-cloud-starter-feign jar
com.ixortalk : ixortalk-oauth2-spring-boot-starter jar 0.0.14
javax.inject : javax.inject jar 1
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
com.ixortalk : ixortalk-util jar 1.0.2
com.ixortalk : ixortalk-aws-s3-library jar 1.2.0
io.prometheus : simpleclient jar 0.0.22
io.prometheus : simpleclient_hotspot jar 0.0.22
io.prometheus : simpleclient_servlet jar 0.0.22
io.prometheus : simpleclient_spring_boot jar 0.0.22
com.google.guava : guava jar 23.0
io.github.openfeign : feign-jackson jar 9.7.0
org.springframework.security : spring-security-test jar

test (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.14.RELEASE
com.ixortalk : ixortalk-test jar 1.1.2
io.rest-assured : rest-assured jar 3.0.2
net.javacrumbs.json-unit : json-unit-fluent jar 1.18.0
org.springframework.restdocs : spring-restdocs-core jar 1.1.2.RELEASE
org.springframework.restdocs : spring-restdocs-restassured jar 1.1.2.RELEASE
org.assertj : assertj-core jar 3.8.0
org.mockito : mockito-core jar 2.8.9
com.github.tomakehurst : wiremock-standalone jar 2.25.0

Project Modules

There are no modules declared in this project.

IxorTalk User Registration API

For general documentation about the IxorTalk platform: https://github.com/ixortalk/ixortalk-gateway

IxorTalk User Registration API is a REST API module exposing registration operations to identitiy providers. Roles to be assigned to the user registering via this API is in this module's configuration.

ixortalk:
  user-registration:
    default-roles:
      - ROLE_1
      - ROLE_2

Building

For building Maven, Java 1.8+ and Docker are required.

$ mvn clean install

To build without a Docker image being built:

$ mvn clean install -DskipDocker

Running

For easy bootstrapping an IxorTalk instance, see ixortalk-config-docker which contains a Docker compose configuration for the complete stack.

Contributing

Pull request are welcome.

License

The MIT License (MIT)

Copyright (c) 2016-present IxorTalk CVBA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
com.ixortalk

IxorTalk

Connected Experiences

Versions

Version
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0