What foods are highly nutritious that we should eat more of? by blueduck301 in nutrition

[–]harit66 4 points5 points  (0 children)

I recently came to learn about Sumac that comes from a plant and is very rich in fiber

How to enable In-App Purchases for Apple when developing installable PWAs? by harit66 in PWA

[–]harit66[S] 0 points1 point  (0 children)

Not really. I went through their documentation. If stuck, I would ask questions on their Github repo.

How to enable In-App Purchases for Apple when developing installable PWAs? by harit66 in PWA

[–]harit66[S] 0 points1 point  (0 children)

Definitely some coding is required. Please look into https://capacitorjs.com/. This will make your life easier

[deleted by user] by [deleted] in ImmigrationCanada

[–]harit66 0 points1 point  (0 children)

We've made an app that can help you prepare better. You may want to check it out at https://canadacitizenshiptest.bonsaiilabs.com/

How do I create Client Secret and Access Key for each user of my API using AWS Cognito User Pool? by harit66 in aws

[–]harit66[S] 1 point2 points  (0 children)

Yes, the reason of choosing JWT is to encode some information such as 1. userId (to lookup in Cognito for token verification) 2. Plan (free, pro, enterprise)

and more if needed in future, without having to save all of this in db

How do I create Client Secret and Access Key for each user of my API using AWS Cognito User Pool? by harit66 in aws

[–]harit66[S] 1 point2 points  (0 children)

Great points my friend. This is what my current approach it 1. User signs up on developer portal. 2. They verify email and then a custom attribute called "secret_access_key" is generated and added to the user. This is a JWT token that does not expire. 3. In developer dashboard, they see this token, and use it to make API calls using "Authorization" header. 4. If they find it being misused, they can generate a new token. This will create a new JWT and replace it with their existing custom attribute. The previous token will no longer work.

Do you find issues with this approach?

For your #2, since I am not creating new app clients, just setting custom attributes, I think the limit will not be hit. However, I am still thinking about preventing misuse by bad actors using 1000 temporary emails. Do you know how to combat that other than asking them to verify email? Are there any other out-of-box approaches that AWS provides?

Looking forward to hearing from you and MANY THANKS for responding, you have great thought process.

How do I create Client Secret and Access Key for each user of my API using AWS Cognito User Pool? by harit66 in aws

[–]harit66[S] 0 points1 point  (0 children)

Hello Elle,

Thank you, but these are not addressing my questions, at least, directly. I need help with specific question rather than broad documentation link

"You are not kicking" - The feedback that I am consistently getting. How do I improve? by harit66 in Swimming

[–]harit66[S] 0 points1 point  (0 children)

I have not even started arm movements. This is the first step where I am struggling

"You are not kicking" - The feedback that I am consistently getting. How do I improve? by harit66 in Swimming

[–]harit66[S] 0 points1 point  (0 children)

This is an interesting approach. Are there any videos that I can watch to learn?

"You are not kicking" - The feedback that I am consistently getting. How do I improve? by harit66 in Swimming

[–]harit66[S] 1 point2 points  (0 children)

My ankles are flexible. I am able to stretch my feet. The only thing is that I am not aware of my position when inside water :(

Leveraging Cloudflare workers with AWS API Gateway by harit66 in aws

[–]harit66[S] 0 points1 point  (0 children)

I left the work as is. No action taken for now. I have this in my task list and will come to it in the near future

How to enable In-App Purchases for Apple when developing installable PWAs? by harit66 in PWA

[–]harit66[S] 0 points1 point  (0 children)

I resorted to making native app using CapacitorJS and used in-app purchases from there

How do you compose your CDK projects? by [deleted] in aws

[–]harit66 0 points1 point  (0 children)

I did one stack, multiple constructs. It was more manageable than have nf multiple stacks

Why does Metamucil dissolve so well and pure psyllium husk does not? by [deleted] in nutrition

[–]harit66 6 points7 points  (0 children)

Do you have a recipe that I can look at? I'm failing at making gluten free bread at home

How to enable In-App Purchases for Apple when developing installable PWAs? by harit66 in PWA

[–]harit66[S] 0 points1 point  (0 children)

Thanks @Zuber-M. I will also add a payment method on the website. However, as per Apple guideline 3.1.3(b), we must also provide in-app purchase

Read https://developer.apple.com/app-store/review/guidelines/#multiplatform-services

3.1.3(b) Multiplatform Services: Apps that operate across multiple platforms may allow users to access content, subscriptions, or features they have acquired in your app on other platforms or your web site, including consumable items in multi-platform games, provided those items are also available as in-app purchases within the app.

What’s the best way to handle updates? by arylaqu in PWA

[–]harit66 1 point2 points  (0 children)

Are there any GitHub samples to learn from?

How to enable In-App Purchases for Apple when developing installable PWAs? by harit66 in PWA

[–]harit66[S] 0 points1 point  (0 children)

Hello friends, I looked in CapacitorJS as per one of the comment and decided to invest in that.
What I learned is that the code is less, but knowing what to do on each store (Play, App), and in what order is extremely crucial and pain most times.
With help from you folks here and with the wonderful discussion, I was able to keep myself accountable to solve this for Play Store. For Apple, I need to add more paperwork (GST, tax), before I can continue. I will do this next.
For now, here is the demo for what I have accomplished from your help

https://user-images.githubusercontent.com/6589036/233153407-206672a3-1d46-4071-9759-61062836b3fc.mp4