Feat/implement webank registration otp service#5906
Closed
nancymuyeh wants to merge 213 commits into
Closed
Conversation
Signed-off-by: Francis Pouatcha <francis.pouatcha@adorsys.com>
…s and client scopes
…act-in-docker-setup-documentation remote debugging for fineract in docker setup documentation
Feature/setup keycloak config
…ment Feature/setup fineract deployment
chore: Disable the Docker Hub publish workflow
…lows chore: Disable inherited CI workflows
Merge upstream Apache into adorsys fork – 2026-04-13
Merge upstream Apache into adorsys fork – 2026-04-20
Merge upstream Apache into adorsys fork – 2026-04-27
fix(ci): correct sms gateway path in workflow
Revert all changes and merges from April 27-29 to restore stable state
update custome files
update custome files
Merge upstream Apache into adorsys fork – 2026-05-04
…ories-path fix: update jib extraDirectories to use existing fineract-adorsys-pen…
Merge upstream Apache into adorsys fork – 2026-05-11
Merge upstream Apache into adorsys fork – 2026-05-18
Merge upstream Apache into adorsys fork – 2026-05-25
- Introduced OtpService for generating and validating OTPs with rate limiting and expiration. - Added new models for OTP requests and responses. - Implemented multiple SMS providers including Console, Mock, Twilio, and Custom HTTP. - Enhanced SmsService to support provider selection and message normalization. - Updated SmsController to handle OTP generation and validation endpoints. - Added ApiExceptionHandler for centralized error handling. - Integrated Micrometer for metrics tracking on SMS sending and OTP events. - Created a comprehensive provider guide in PROVIDERS.md for easy configuration and usage. - Refactored existing services to improve logging and error handling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Describe the changes made and why they were made. (Ignore if these details are present on the associated Apache Fineract JIRA ticket.)
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
Your assigned reviewer(s) will follow our guidelines for code reviews.