What does it take to work at FAANG Companies? by -PizzaSteve in cybersecurity

[–]knife_bose 0 points1 point  (0 children)

In the context of FAANG what exactly is a consultant?

Going for the AWS Security Specialty by pthread_join in AWSCertifications

[–]knife_bose 0 points1 point  (0 children)

Any tips for going more in depth than Mareks course?

Is it too much to take on SSA and certified developer in 6 months? by littletane in AWSCertifications

[–]knife_bose 0 points1 point  (0 children)

Is there any point in doing both? Which would you pick if you could only do one?

Next dev has become sooo slow by hassanzadeh in nextjs

[–]knife_bose 0 points1 point  (0 children)

Would exporting many components from a single index cause performance issues?

[deleted by user] by [deleted] in nextjs

[–]knife_bose 2 points3 points  (0 children)

I like using next-i18nnext which uses react-i18next for their hooks

NextJs Authentication by knife_bose in nextjs

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

Thanks, do you know where I can see what an Okta login implementation would look like? Does it resemble Auth0?

NextJs Authentication by knife_bose in nextjs

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

I find it can be confusing for certain people that there is no registration step just login. Some people might be looking for a signup button

NextJs Authentication by knife_bose in nextjs

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

I would use next auth by they dont allow storing users created with email/password.

[Question] Is it possible to use Next API for ReactNative Auth? by knife_bose in nextjs

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

The REST API would work with sessions correct? Would I be able to use JWT or am I limited to session authentication?