Giter VIP home page Giter VIP logo

Comments (16)

SkyYap avatar SkyYap commented on June 9, 2024 4

Ok cool thanks buddy for the quick response. I saw the last update was a year ago and this is just what I need to get started on a quick project and did not know how out of date some of the packages were and it is was being updated. Thanks for any help!

I didn't really update those packages. Only fix some parts. But currently the repo contains some of my SaaS logic. I might take 2 weeks to remove out the logic and merge into this repo.

from saas-starter-kit-pro.

iqbal125 avatar iqbal125 commented on June 9, 2024 4

Yeah hey sorry Ive moved on to other projects and no longer working on this. If you have questions tho I can answer them.

from saas-starter-kit-pro.

SkyYap avatar SkyYap commented on June 9, 2024 1

I wanted to find out if you are still working on this repo?

I think only me is working on this repo. I didn't update this repo as I am taking some time to get familiar with this repo but I have cloned this repo and build my own SaaS in a private repo.

Might consider revive this project if I have time. Feel free to ask any question here and hopefully I can help.

from saas-starter-kit-pro.

joeybolohan avatar joeybolohan commented on June 9, 2024

Ok cool thanks buddy for the quick response. I saw the last update was a year ago and this is just what I need to get started on a quick project and did not know how out of date some of the packages were and it is was being updated. Thanks for any help!

from saas-starter-kit-pro.

SkyYap avatar SkyYap commented on June 9, 2024

Yeah hey sorry Ive moved on to other projects and no longer working on this. If you have questions tho I can answer them.

Hi iqbal, any chance I can get your email and talk to you privately?

from saas-starter-kit-pro.

iqbal125 avatar iqbal125 commented on June 9, 2024

Yeah hey sorry Ive moved on to other projects and no longer working on this. If you have questions tho I can answer them.

Hi iqbal, any chance I can get your email and talk to you privately?

Yeah sure, iqbal125@yahoo

from saas-starter-kit-pro.

joeybolohan avatar joeybolohan commented on June 9, 2024

It would be super awesome if you would have some time to look over the project and make an package updates to this project.

from saas-starter-kit-pro.

SkyYap avatar SkyYap commented on June 9, 2024

It would be super awesome if you would have some time to look over the project and make an package updates to this project.

Hi, merged, updated and reviving this repo.

from saas-starter-kit-pro.

iqbal125 avatar iqbal125 commented on June 9, 2024

It would be super awesome if you would have some time to look over the project and make an package updates to this project.

Hi, merged, updated and reviving this repo.

Hey man. Thanks for this, but Im actually building a new SAAS boilerplate that will use more modern technologies. Stay tuned.

from saas-starter-kit-pro.

SkyYap avatar SkyYap commented on June 9, 2024

It would be super awesome if you would have some time to look over the project and make an package updates to this project.

Hi, merged, updated and reviving this repo.

Hey man. Thanks for this, but Im actually building a new SAAS boilerplate that will use more modern technologies. Stay tuned.

I have sent you an email. If the new boilerplate needs any help pm me. I can help if the tech stack is what I want to learn haha.

from saas-starter-kit-pro.

iqbal125 avatar iqbal125 commented on June 9, 2024

It would be super awesome if you would have some time to look over the project and make an package updates to this project.

Hi, merged, updated and reviving this repo.

Hey man. Thanks for this, but Im actually building a new SAAS boilerplate that will use more modern technologies. Stay tuned.

I have sent you an email. If the new boilerplate needs any help pm me. I can help if the tech stack is what I want to learn haha.

Yeah cool, I replied to your email.

from saas-starter-kit-pro.

luqikhan avatar luqikhan commented on June 9, 2024

Hey, guys! I hope you are doing great. I've cloned this repo for my project, but it's not working properly. All the packages and dependencies are not updated. I've worked on it and managed to run this repo, but I'm still having some issues. First, client-side routes are not protected; second, role-based authentication is not working properly. So, I request that you please give some time to fix it. I already appreciate your work. Thanks, guys!

from saas-starter-kit-pro.

SkyYap avatar SkyYap commented on June 9, 2024

Hey, guys! I hope you are doing great. I've cloned this repo for my project, but it's not working properly. All the packages and dependencies are not updated. I've worked on it and managed to run this repo, but I'm still having some issues. First, client-side routes are not protected; second, role-based authentication is not working properly. So, I request that you please give some time to fix it. I already appreciate your work. Thanks, guys!

I am not so sure about the client-side router part protection part. Currently I think the verification of JWT token works properly. Do you mind point out which part of it?

Ya. Role-based restriction using @casl/react is having issue. Do you mind describe the role-based authentication part? I tested and didn't find out. Think I missed out this part.

from saas-starter-kit-pro.

luqikhan avatar luqikhan commented on June 9, 2024

Hey, guys! I hope you are doing great. I've cloned this repo for my project, but it's not working properly. All the packages and dependencies are not updated. I've worked on it and managed to run this repo, but I'm still having some issues. First, client-side routes are not protected; second, role-based authentication is not working properly. So, I request that you please give some time to fix it. I already appreciate your work. Thanks, guys!

I am not so sure about the client-side router part protection part. Currently I think the verification of JWT token works properly. Do you mind point out which part of it?

Ya. Role-based restriction using @casl/react is having issue. Do you mind describe the role-based authentication part? I tested and didn't find out. Think I missed out this part.

Correct Firebase Auth with a Node.js backend is working properly, and the token is saving in local storage. However, when we log out and go to the dashboard by URL, it's not redirecting us to the login page. Another issue is that all users are logging in as admins. There is no way to separate regular users and admins to access specific routes. and one thing more all the packages dep are not updated can you update it..

from saas-starter-kit-pro.

iqbal125 avatar iqbal125 commented on June 9, 2024

Hey, guys! I hope you are doing great. I've cloned this repo for my project, but it's not working properly. All the packages and dependencies are not updated. I've worked on it and managed to run this repo, but I'm still having some issues. First, client-side routes are not protected; second, role-based authentication is not working properly. So, I request that you please give some time to fix it. I already appreciate your work. Thanks, guys!

Hey man, appreciate you using this repo.

But Im going to rebuild this boilerplate using modern technologies. The codebase will be much simpler and more robust. Should have it out in the next few weeks, stay tuned.

from saas-starter-kit-pro.

SkyYap avatar SkyYap commented on June 9, 2024

Hey, guys! I hope you are doing great. I've cloned this repo for my project, but it's not working properly. All the packages and dependencies are not updated. I've worked on it and managed to run this repo, but I'm still having some issues. First, client-side routes are not protected; second, role-based authentication is not working properly. So, I request that you please give some time to fix it. I already appreciate your work. Thanks, guys!

I am not so sure about the client-side router part protection part. Currently I think the verification of JWT token works properly. Do you mind point out which part of it?
Ya. Role-based restriction using @casl/react is having issue. Do you mind describe the role-based authentication part? I tested and didn't find out. Think I missed out this part.

Correct Firebase Auth with a Node.js backend is working properly, and the token is saving in local storage. However, when we log out and go to the dashboard by URL, it's not redirecting us to the login page. Another issue is that all users are logging in as admins. There is no way to separate regular users and admins to access specific routes. and one thing more all the packages dep are not updated can you update it..

Ya. There is no protection against the URL. Should block out accessing without login. For the admin part, all users sign up via the website are assigned as admin role and only those who are invited by admin will get a user role. The boilerplate is not separating via specific routes but only through @casl/react. Check it out at Dashboard -> Permissions.

New boilerplate is coming and I don't think I will continue updating it.

from saas-starter-kit-pro.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.