Skip to content

FusionAuth/fusionauth-example-password-encryptor

Repository files navigation

Example Password Encryptor

If you need to write a custom encryptor to import users into FusionAuth, you may use this example build. This is intended to be used with the Writing a Plugin guide provided in the FusionAuth documentation.

Writing a Plugin guide is found here: https://fusionauth.io/docs/v1/tech/plugins/writing-a-plugin

Example code

Any example password encryptors provided in this repository is provided to assist in your deployment and management of FusionAuth. Use of this software is not covered under the FusionAuth license agreement and is provided "as is" without warranty. https://fusionauth.io/license

Building

Building with Maven

$ mvn install

Building with Savant

Note: This project uses the Savant build tool. To compile using Savant, follow these instructions:

$ 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/

TODO

Move all except one example to the fusionauth-contrib repository.

About

A example you can use to build a Password Encryptor Plugin for FusionAuth

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages