This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user table - add in ability to disable user from signin
- adjusted scope for twitter login - return user id & role properties to session on signin - reject signin if user.disabled === true
This is to centralize the instance if PrismaClient to prevent multiple instances from being spawned
prisma returns dates as objects, which Next does not like This helper function converts given object keys to strings
This should be okay - useSession hook shouldn't cause any additional renders
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: ['breaking-change', 'bugfix', 'documentation', 'enhancement', 'refactor', 'performance', 'new-feature', 'maintenance', 'ci', 'dependencies']
👇 Click on the image for a new way to code review
Legend |
JoeKarow
added
enhancement
Enhancement of the code, not introducing new features.
new-feature
New features or options.
in-progress
Issue is currently being worked on by a developer.
automerge
Enable Kodiak auto-merge
labels
Jun 26, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
automerge
Enable Kodiak auto-merge
enhancement
Enhancement of the code, not introducing new features.
in-progress
Issue is currently being worked on by a developer.
new-feature
New features or options.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: #47
What is the new behavior?
Does this introduce a breaking change?
Other information