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

https://github.com/MaidaFarooqi9/Json-Web-Token

User registration and login using Json Web Token and Rest Api of WooCommerce
https://github.com/MaidaFarooqi9/Json-Web-Token

authentication flutter flutter-apps jwt jwt-authentication jwt-token login-system rest-api sign-in sign-up-account validation woocommerce

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.