FusionAuth Plugin API

This jar provides the plugin interfaces.

Лицензия

Лицензия

Группа

Группа

io.fusionauth
Идентификатор

Идентификатор

fusionauth-plugin-api
Последняя версия

Последняя версия

1.16.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

FusionAuth Plugin API
This jar provides the plugin interfaces.
Ссылка на сайт

Ссылка на сайт

https://fusionauth.io
Система контроля версий

Система контроля версий

https://github.com/FusionAuth/fusionauth-plugin-api

Скачать fusionauth-plugin-api

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

FusionAuth Plugin API semver 2.0.0 compliant

This project provides the APIs and SPIs that are used to write FusionAuth plugins.

Currently, there is a single plugin SPI for FusionAuth that allows customers to support different password encryption schemes. This interface is io.fusionauth.plugin.spi.security.PasswordEncryptor.

You can learn more about FusionAuth plugins by visiting our documentation page at https://fusionauth.io/docs/v1/tech/plugins/writing-a-plugin.

Building this project

If you would like to clone and build this project yourself, you will need to install the Savant build tool if you don't already have it installed. Follow these instructions to install Savant.

$ mkdir ~/savant
$ cd ~/savant
$ wget http://savant.inversoft.org/org/savantbuild/savant-core/1.0.0/savant-1.0.0.tar.gz
$ tar xvfz savant-1.0.0.tar.gz
$ ln -s ./savant-1.0.0 current
$ export PATH=$PATH:~/savant/current/bin/

Then, perform an integration build of the project by running:

$ sb int

For more information, checkout savantbuild.org.

io.fusionauth

FusionAuth

Best auth solution built for developers by developers

Версии библиотеки

Версия
1.16.0
1.15.8