Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 729802b

Browse files
first commit
1 parent 1967a92 commit 729802b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+19416
-254
lines changed

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ npm-debug.log*
2929
/platforms
3030
/plugins
3131
/www
32+
resources
33+
config.xml

‎README.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# 🔐 WordPress WooCommerce Mobile Auth (Login, Register, Reset) with Ionic and Angular
2+
3+
A complete open-source authentication system for mobile apps using **Ionic**, **Angular**, **WooCommerce**, and **WordPress REST API**. This project supports:
4+
5+
✅ Login
6+
✅ Customer registration
7+
✅ Password reset (custom WordPress REST API extension)
8+
9+
Built specifically for **hybrid and mobile apps** powered by **WooCommerce**.
10+
11+
---
12+
13+
## 🌟 Features
14+
15+
- ✅ Login with WordPress/WooCommerce credentials
16+
- ✅ Register user as WooCommerce customer
17+
- ✅ Reset password via mobile using custom API endpoint
18+
- ✅ Uses JWT for secure auth
19+
- ✅ Built on Ionic + Angular
20+
- ✅ Easy to integrate and extend
21+
22+
---
23+
24+
## 🛠️ Tech Stack
25+
26+
- Ionic Framework
27+
- Angular
28+
- WordPress REST API
29+
- WooCommerce REST API
30+
- JWT Authentication plugin
31+
32+
---
33+
34+
## 📱 Use Cases
35+
36+
- WooCommerce-powered mobile apps
37+
- Headless WordPress authentication
38+
- Customer management via mobile
39+
- Hybrid eCommerce apps with login + register + reset flows
40+
41+
---
42+
43+
## 🧑‍💻 Installation
44+
45+
```bash
46+
git clone https://github.com/yourusername/woocommerce-auth-ionic-angular.git
47+
cd woocommerce-auth-ionic-angular
48+
npm install
49+
ionic serve
50+
```
51+
52+
## 🧠 SEO Keywords
53+
54+
> ionic angular woocommerce login register reset password
55+
> wordpress jwt auth mobile app
56+
> reset woocommerce password API mobile
57+
> headless ecommerce app authentication
58+
> ionic wordpress rest api login reset
59+
60+
61+
## 🙌 Author
62+
63+
**M A Hasan**
64+
🌐 [https://hasan.online](https://hasan.online)
65+
66+
67+
## ⭐ Support This Project
68+
69+
If you find this useful:
70+
- ⭐ Star the repository on GitHub
71+
- 🔗 Share it with fellow Ionic, WordPress, WooCommerce, or mobile app developers
72+
- 💡 Contribute with feedback or pull requests
73+
74+
> Together, we make WordPress more mobile-friendly and developer-first 🚀

‎ionic.config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "onlinestore",
3-
"integrations": {},
3+
"integrations": {
4+
"cordova": {}
5+
},
46
"type": "angular"
57
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /