https://github.com/ajeetchaulagain/email-verification-retrofit
:email: Email verification in android. Allows to send confirmation link to email given for a verification.
https://github.com/ajeetchaulagain/email-verification-retrofit
Last synced: 3 months ago
JSON representation
:email: Email verification in android. Allows to send confirmation link to email given for a verification.
- Host: GitHub
- URL: https://github.com/ajeetchaulagain/email-verification-retrofit
- Owner: ajeetchaulagain
- Created: 2016-11-11T07:30:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T08:22:07.000Z (about 5 years ago)
- Last Synced: 2025-01-15T11:11:08.987Z (4 months ago)
- Language: Java
- Homepage:
- Size: 567 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :email: Email verification using Retrofit in Android
This project contains email verfication code for android. While verifying email address, confirmation link is sent to the email along with random code. Random code is also inserted to the database so that both the codes are checked for final verification.