issues Search Results · repo:mikesparr/typescript-postgres-auth-example language:TypeScript
Filter by
59 results
(89 ms)59 results
inmikesparr/typescript-postgres-auth-example (press backspace or delete to remove)when npm run dev or npm run test(most cases will fail)
will have an error message error Error while connecting to the databaserole admin does not exist on POSTGRES_USER=admin
in .env
how to solve it? ...
zhrfrh
- Opened on Jan 25, 2020
- #59
For preventative measures, when the system is accessed with a token we should check the device and if a mismatch from
the logged-in device, notify the user.
- unsure if expire token and force re-login ...
mikesparr
- Opened on Feb 28, 2019
- #58
Just for peace of mind and to minimize staff abuse, the system should notify the primary user when someone login as
their ID.
mikesparr
- Opened on Feb 28, 2019
- #57
For cached features (e.g. authentication, flags) we should emit event for hit and misses for future analysis and tuning.
mikesparr
- Opened on Feb 28, 2019
- #56
To make the system flexible for any node type, we need a way to allow CRUD operations to add/edit nodes and relations.
Proposed route structure
After the controllers are loaded in the App, we could add ...
mikesparr
- Opened on Feb 20, 2019
- #55
If we are going to allow dynamic nodes in graph, and dynamic document types in #53 then we need ability to define and
manage schemas and versioning. (go add type version field for #53)
Proposed schema ...
mikesparr
- Opened on Feb 20, 2019
- #54
Many organizations centralize around one or more types of document, or data, but need the ability to monitor edits on a
field-by-field basis. Similar to a CRM with customizable contacts, we should include ...
mikesparr
- Opened on Feb 20, 2019
- #53
Since the activity stream is the standard and events may be a feature in the future, we should rename events to
activity.
mikesparr
- Opened on Feb 15, 2019
- #52
The helper function in src/utils/graph.helper.ts enables automated graph relations to be added based on Activity Stream
events. We need the ability to also REMOVE relations if configured to properly manage ...
mikesparr
- 1
- Opened on Feb 14, 2019
- #51
The application should align with global standards wherever possible and Open Social and Activity Streams are a
preferred way to model interactions.
- https://www.w3.org/TR/activitystreams-vocabulary/ ...
mikesparr
- Opened on Feb 12, 2019
- #50

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.