An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Spring Boot Phone Number Authentication

Demo Phone No Authentication Application built on SpringBoot


[![](https://i.ytimg.com/vi/lJxjTLU9pGs/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCLFwNmLFOegwgJ81GCDxV0cW9F4g)](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)