Pranshu Gupta
Pranshu Gupta
We can not directly add requirement of Superadmin/Admin to organization queries because these queries are also used on the User Portal to get info. If we plan to make changes...
To fix: Users can access admin pages
How about making a Json Web token which stores isSuperAdmin inside the token itself and is created on the server. Steps: - Create a token on server which has info...
I can work on this
@kanhaiya04, title clearly says "event dashboard for events they create". So basically if a user created some event then they should be able to access dashboard for their events. Not...
`npm run serve` works fine for me though (`develop` branch)
@kanhaiya04, did you fix this?
@krishna619, you logged in the SuperAdmin account by changing their email id but how do u password for that superadmin account ?🤔
I don't think there's any extra thing what interceptor does. It's just changing the request and response from API, otherwise every permissions is being checked and managed by API itself....
@krishna619, did it change the email in database? I don't think so? It's just frontend part interceptor doing it.