A library of authentication codes for different programming languages and frameworks.
- Project Description
- Project Implementation
- Requirements
- Installation Guide
- The Team
Auth-wiki is a library of multi-factor authentication codes.
The aim of the platform is to provide quick access to authentication code snippets and libraries for developers, in order to fastrack their software development timeline.
The platform is built on the principle of (Don’t re-invent the wheel).
As a developer, you do not have to waste time writing classes or libraries for managing user authentication in your project.
All you need to do is to visit the platform, browse through a list of authentication codes written in your preferred programming language, then login to download the code snippet.
You can equally contribute to the libraries via comments as long as you are a registered user of the community.
This is a web application built using a PHP framework called Laravel. This framework has a wide range of functionality and works perfectly with both small and large web application.
The entire template provided by the frontend developers will be converted to "blade" template which will be used in the application.
The authentication codes for various language and frameworks will be made available for download and a concise description will be provided for each code.
The authenticated users will also be able to show how satisfied they are and this will help the future users make an informed decision.
- Figma
- Language => PHP
- Framework => (Laravel)
- Database => (MySQL database)
- HTML
- CSS
- JavaScript
- Font Awesome Icons
• PHP (>= v8.1.10 recommended)
• Composer
• NPM
• MySQL or any database (update DB_CONNECTION in .env)
• Clone git repository https://github.com/zuri-training/Team-dove.git
• Install dependencies composer install
• Create .env file
. Copy contents from .env.example
into .env
(If .env file does not exist after installing dependencies)
• Generate APP_KEY php artisan key:generate
• Create database
• Update .env
file
• Import table php artisan migrate
• Done? Go live! php artisan serve
• Otusanya Iyabo (Team Lead)
• Aisha Sanusi
• Confidence Asor
• Jemine Okorodudu
• Uchechukwu Godwin
• Maureen Dimgba
• Moyinoluwa Ojo
• Anne Aleje
• Ezechukwu Ruth
• Temitope Ajayi
• Victoria Ogundele
• Babatunde Okunlola - Assistant Team lead (Fullstack)
• Obinna Akaolisa - Dev. Team Lead (Fullstack)
• Dorcas Samuel (Fullstack)
• Christopher Adeyemi Ass. Dev Team lead (Backend)
• Andrew Efomah (Frontend)
• Adesina Adedeji (Fullstack)
• Siseku Oluwajuwon (Frontend)
For instructions on contributing to this project, please refer to the Contributing.md
file.