Skip to content

User registration and login using Json Web Token and Rest Api of WooCommerce

Notifications You must be signed in to change notification settings

MaidaFarooqi9/Json-Web-Token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwttokenmcommerce

A new Flutter application.

Getting Started

A flutter application of User sign-in and sign-up method using Json Web Token and Rest-api of Woo_Commerce. Before starting this project keep this in mind that the rest api of woocommerce doesn't work on local host. Each Woocommerce site have its own consumer key and consumer secrets which can be obtained by enabling rest api in woocommerce. The urls and other rest api setting help can be taken from official website https://woocommerce.github.io/woocommerce-rest-api-docs/. JSON Web Token is a standard used to create access tokens for an application. It works this way: the server generates a token that certifies the user identity, and sends it to the client.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.