We are creating a Library that would ensure developers do not reinvent the wheel anymore as far as Authentication is concerned. Developers can easily register and download authentication codes that suits their need at any point.

Overview

#AuthWiki

Screenshot 2022-08-05 at 3 22 26 PM

Resource

User Activity

Screenshot 2022-08-15 at 7 03 16 PM

Fork and Clone Repository

  1. Visit the Repository to the Project on Github Website: https://github.com/zuri-training/AuthWiki_Team9

  2. Fork the repository: Click the "Fork" button on the upper right corner of the Repo page.

  3. Make a Local Clone: Clone the forked repository to your local machine (computer)

    • Click on the "Code" button on the Repo page
    • Copy the URL for the forked Repo "https://github.com/github_username/AuthWiki_Team9.git"
    • Create a Folder on your Local machine / Computer for the project Workspace
    • Open Command prompt / Terminal in the same folder location
    • In your Terminal, type: git clone https://github.com/github_username/AuthWiki_Team9.git

Add "Remote To" and "Pull From" Upstream

  1. Add a Remote to Upstream to your Repo:
    • In your terminal, type: git clone https://github.com/github_username/AuthWiki_Team9.git
  2. Pull from upstream to download all changes in the project using git pull upstream main

Finish assigned Task / Issue

  1. Open the Project up in your code Editor

  2. Complete your assigned task / Feature on your local machine.

  3. When you are ready to add and push your feature / task to the Repo,

    • Add your changes using: git add file_name
    • Commit your changes to the branch with a message using git commit -m "Commit message"

Push New Branch to "Origin" Repository

  1. To make sure there are no conflict, Pull from upstream using git pull upstream main
  2. Push your branch changes to the Repo using git push upstream main

Create Pull Request

  1. Once you push the changes to your repo, the Compare & pull request button will appear in GitHub page of your repo.
  2. Click the button and make your request. Leave a comment in your request
  3. Click Create pull request to open a new pull request

If you are asked to make changes on the same feature, repeat steps 8 to 13 to add more commits to your pull request.

You might also like...

A free e-library for developer to read and upload ebooks they would like to share with the community and help other developers grow.

A free e-library for developer to read and upload ebooks they would like to share with the community and help other developers grow.

Techlib 🚀 Techlib A free e-library for developer to read and upload ebooks they would like to share with the community and help other developers grow

Dec 15, 2022

This template can be used as a starting point for any minting dApp on the Elrond Network.

This template can be used as a starting point for any minting dApp on the Elrond Network.

Minting dApp Template Made by Giants & NF-Tim by Creative Tim Live Demo This is a dApp template based on erd-next-starter by Giants & soft-ui-dashboar

Dec 23, 2022

This package is for developers to be able to easily integrate bad word checking into their projects.\r This package can return bad words in array or regular expression (regex) form.

Vietnamese Bad Words This package is for developers to be able to easily integrate bad word checking into their projects. This package can return bad

Nov 3, 2022

A progressive web app to help volunteers track their volunteering activities, register vet concerns and log incident reports.

POOPS - Pets of Older Persons 2022 Introduction This is a Next.js project bootstrapped with create-next-app. Getting Started First, install yarn: npm

Jan 3, 2023

A meme generator plugin for Figma and FigJam. Import memes from all over the internet with customizable captions and share it far and wide.

A meme generator plugin for Figma and FigJam. Import memes from all over the internet with customizable captions and share it far and wide.

Is This A Meme? 💁🏻 🦋 A meme generator plugin for Figma and FigJam. Import memes from all over the internet, add your captions, and share it far and

Aug 30, 2022

See a banned user's profile, their friends, their favorite games, their followers etc.

Roblox-Banned-User-Viewer AKA BanView See a banned user's profile, their friends, their favorite games, their followers etc. Ever wondered how to view

Nov 18, 2022

This project is a To-do list app which users can store and edit their Todo Tasks. Users can also change the order of their todo

Project This project is about a todo app bundling using webpack Additional description about the project and its features. Built With HTML CSS Javascr

Jun 17, 2022

自动保持 GitHub 提交状态常绿 a commit every day, keep your girlfriend far away.

node-auto-green 自动保持 GitHub 提交状态常绿。 a commit a day keeps your girlfriend away. node-auto-green 是 auto-green 的 Node.js 版本。源自一个 issue Actions 被禁用,请问是否有腾

Oct 11, 2022
Comments
Owner
Zuri Training
Zuri Training Organization.
Zuri Training
🧩 TypeScript utility type in order to ensure to return only properties (not methods) containing values in primitive types such as number or boolean (not Value Objects)

?? TypeScript Primitives type TypeScript utility type in order to ensure to return only properties (not methods) containing values in primitive types

CodelyTV 82 Dec 7, 2022
This is a project that is used to execute python codes in the web page. You can install and use it in django projects, You can do any operations that can be performed in python shell with this package.

Django execute code This is a project that is used to execute python codes in the web page. You can install and use it in django projects, You can do

Shinu 5 Nov 12, 2022
Tip Tweet is a hybrid dApp that provides a simple way to tip a tweet using Ethereum. Authors can claim their tips using their Twitter account. You only need the tweet URL to tip. 🚀 😎

Tip Tweet Table of Contents About Folder Structure Contract Deveopment Starting the App Usage Contributing About Tip Tweet is hybrid dApp that allows

Dias Junior 23 Nov 15, 2022
Shield is a development framework for circom developers. The core reason is to provide libraries, plugins, and testing tools to ensure code quality and security.

SHIELD Shield is a development framework for circom developers but we plan it to other languages such as CAIRO, SNARKYJS etc. The core reason is to pr

Xord 41 Dec 22, 2022
This Application provides basic authentication features like you can register and create account and then login and access your profile.

Authentication API This Application provides basic authentication features like you can register and create account and then login and access your pro

Rohan Kulkarni 1 Jan 17, 2022
This project is designed to store all the daily tasks that need to be done and their status (completed or not), build by JavaScript.

Portfolio In this project I built the Do list project. Built With Major languages: HTML , CSS , javascript Live Demo (if available) Live Demo Link Get

Shaqayq Darwazi 3 Jul 19, 2022
Testing how many commit can be committed to GitHub. So far 12,225,265 commits

GitHub's Commit Capacity. Motivation Checking some relations and capabilities between client-server model, GitHub & Git. Goal Making this repo most co

Recep Öztürk 6 Mar 25, 2022
e-ONG, an authorial project, whose objective is to help ONGs to find people who need help or would like to help them

This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: npm start Runs the app in the developmen

Lucas Lima 2 Nov 11, 2022