vinchent
  • Joined on 2023-08-20
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-26 20:49:23 +00:00
08fb20d7be Setting un invoice pdf microservice
6547b6ac85 use websockets to logout remote users
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-26 12:10:22 +00:00
3f0ddf7138 delete users
bced6d7036 edit user
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-23 19:26:10 +00:00
591525e97f Populating the user form
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-23 19:07:17 +00:00
b183e7bf43 Create user
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-23 12:33:27 +00:00
05db85eca1 all users front end
f39c000e5d add user be handlers
d16793c01c add user db functions
1971169e2f use sessionStorage & add user admin pages
0e7b9d8c20 improve pagination
Compare 7 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-22 19:48:19 +00:00
63585e31f6 Creating db method to paginate all orders
c697da63b9 cancel subscription
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-22 12:33:40 +00:00
059638f3a7 finish refund
7635a9826f refund front 1
d271e23861 use jsonResponse & refund back
Compare 3 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-22 08:01:58 +00:00
479183ea13 move formatCurrency to commonjs
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-22 07:56:19 +00:00
1bedaaeecf show sales & subscriptions
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-21 21:43:20 +00:00
1984024394 get sale
8fb1844dcd all subscriptions
f8ee76939e all sales
21273c22cb Listing all sales database function
2dce6e02ab updating migrations and resetting the db
Compare 7 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-21 12:22:48 +00:00
6e3f283a64 Adding encryption package to encrypt email
b98b61aa76 Creating backend to handler password resets
333499f76e Setting up the reset password page
2a5841d649 Creating the reset password route and handler
7db64eff6a Using urlsigner package
Compare 6 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-21 07:40:48 +00:00
2642f706bf test sending emain
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-20 20:36:24 +00:00
21c5f42aff Sending email
6edfc529ea Password resets and sending mail
d256bfb438 Password resets
a6d54242bb Protecting routes on hte FE and improving authentication
Compare 4 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-20 12:13:39 +00:00
2f7300db0f Changing the vt to use fetch
4a982cc73d Converting the vt post to use the back end
8ef4282393 Implementing middleware to protect specific routes
Compare 3 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-19 20:35:45 +00:00
1fce6f6a48 check expiry
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-19 20:22:46 +00:00
4a756e850e Validating the token on the back end
7ef68d030b Checking authentication on the backend
Compare 2 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-19 19:17:57 +00:00
a9ab175407 changing the login link based on auth
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-13 20:46:35 +00:00
769a24dff3 Saving token to local storage
e7f6983a22 Saving token to DB
6b7ce5b719 Create a function to generate a token
Compare 3 commits »
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-13 19:39:16 +00:00
6862ef1bc0 fix front display issues
vinchent pushed to main at vinchent/udemy-go-web-2 2024-08-13 12:12:47 +00:00
d82d4c754e Fix some errors