https://github.com/chayan-1906/phone-no-authentication-spring-boot
Java Techie: https://www.youtube.com/watch?v=lJxjTLU9pGs
https://github.com/chayan-1906/phone-no-authentication-spring-boot
Last synced: 7 months ago
JSON representation
Java Techie: https://www.youtube.com/watch?v=lJxjTLU9pGs
- Host: GitHub
- URL: https://github.com/chayan-1906/phone-no-authentication-spring-boot
- Owner: chayan-1906
- Created: 2023-04-07T20:34:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T18:18:29.000Z (over 2 years ago)
- Last Synced: 2025-01-09T13:47:49.249Z (9 months ago)
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot Phone Number Authentication
Demo Phone No Authentication Application built on SpringBoot
[](https://www.youtube.com/watch?v=lJxjTLU9pGs)## APIs
The server runs on Tomcat, on
Route | METHOD | Description
---------------------------- | ------ | -------------
/router/sendOTP | POST | Send OTP
/router/validateOTP | POST | Validate OTP## Dependencies
* [Spring Boot Starter Webflux](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-webflux)
* [Lombok](https://mvnrepository.com/artifact/org.projectlombok/lombok)
* [Spring Boot Starter Test](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-test)
* [Reactor Test](https://mvnrepository.com/artifact/io.projectreactor/reactor-test)
* [Twilio](https://mvnrepository.com/artifact/com.twilio.sdk/twilio)