Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Origin from a Kotlin based username authenticator for Curity Identity server. Changed to support phone number instead of user name.

License

Notifications You must be signed in to change notification settings

TransferGo/phone-number-authenticator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone Number Authenticator Plugin

https://img.shields.io/badge/quality-production-green https://img.shields.io/badge/availability-bundled-green

A Kotlin-based phonenumber authenticator plugin for the Curity Identity Server.

Building the Plugin

You can build the plugin by issue the command mvn package. This will produce a JAR file in the target directory, which can be installed.

Installing the Plugin

To install the plugin, copy the compiled JAR (and all of its dependencies) into the ${IDSVR_HOME}/usr/share/plugins/${pluginGroup} on each node, including the admin node. For more information about installing plugins, refer to the curity.io/plugins.

Required Dependencies

For a list of the dependencies and their versions, run mvn dependency:list. Ensure that all of these are installed in the plugin group; otherwise, they will not be accessible to this plug-in and run-time errors will result.

More Information

Please visit curity.io for more information about the Curity Identity Server.

About

Origin from a Kotlin based username authenticator for Curity Identity server. Changed to support phone number instead of user name.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%