Creating internal tools for company usage

Hi, I would like to develop a tool that will only be used by people at my company. I have looked everywhere, but nothing seems to satisfy my needs. Things I have considered are: Only allowing certain email domains Keeping a table of all people with access Any thoughts or other options?
3 Replies
scot22
scot229mo ago
depends on the budget, at previous job we chucked everything behind Okta and used that one thing to consider is how do you handle revoking access if people leave or get fired
sambe
sambe9mo ago
Good point!
erik.gh
erik.gh9mo ago
what about ldap? maybe your company already uses a directory service you can authenticate against. then you can also restrict access to your tool by group membership in said directory service. and when people leave access is also revoked automatically.
Want results from more Discord servers?
Add your server
More Posts
zustand + next trpc/client. With slightly more complex feature. Vanilla client?The problem i'm having is that trpc are hooks and not async functions that i can call in my zustand deep questions t3 prisma client doesn’t seem to updateMy prisms client doesn’t seem to show the array relationships which are present in the prisms schemaWhat is a solution for inserted html with styling that overrides it's enclosure?I have a NextJS app where I receive emails in HTML. Most of the time, they have a custom style, thesNext.js AppRouter: not a valid export fieldI've hit a wall when trying to add my own exports in a `route.ts`, side to side with `GET`, `POST`, First component with DaisyUI and Nextjs gives runtime errorNew to nextjs 13. Have only been using Nextjs 12 and less in production. Initialized a nextjs 13 fortype errors even after disabling```json 22:32 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment Error: <rejected> TypeError: Body is unusableI am using the server api utapi for file upload. Even though file uploading and deleting work just fUnable to retrieve application context. Did you forget to wrap your App inside `withTRPC` HoC?Hey, noob question but am not sure how to deal with it. I recently added tRPC to my existing projectproblems with next route interceptionCan't really find what's wrong with this folder structure to render the @modal/sign-in modal intercebun for a large scale apphello, im going to make a large scale app and i asked about the best options for that. some friends