Conversation
|
Thank you for following the naming conventions for pull request titles! 🙏 |
G3root
commented
Jul 19, 2024
G3root
commented
Jul 19, 2024
G3root
commented
Jul 19, 2024
G3root
commented
Jul 19, 2024
dahal
approved these changes
Aug 7, 2024
zeekay
pushed a commit
to hanzoai/captable
that referenced
this pull request
Mar 10, 2026
* feat: add api key generator * feat: add basic middleware * feat: fix schema * feat: change api * feat: add api key method * feat: add basic middleware * chore: rename variables * chore: remove console log * feat: add auth * chore: fix logic * chore: fix import * feat: add example api * feat: make optional * feat: add session cookie auth * feat: add migration * feat: fix build error * chore: remove session route * feat: add name and email to session * feat: add audit to services * style: fix type * chore: fix auth middleware * feat: add info to context * chore: fix schema * feat: add ip util * feat: add new create endpoint * feat: add delete endpoint * feat: add update endpoint * chore: remove try catch * feat: add get one endpoint * feat: register routes * chore: fix param * feat: add patch method * feat: add get many routes and register * chore: fix import * feat: init share route * chore: fix name * feat: add delete share endpoint * feat: add get one * feat: add get many route * fix: types and schema * feat: add create handler * feat: add update route * feat: delete existing routes * refactor: remove services * chore: add prisma pagination extension * feat: add pagination * chore: remove import * feat: add pagination * chore: fix type * chore: fix types * refactor: remove pagination and service * chore: add expect error comment * chore: fix type * feat: add summary and description * feat: fix type * feat: fix types * feat: add error registry map * style: naming changes * chore: fix description and summary * chore: rename * feat: use function * feat: add company id to path * feat: add company id to schema * feat: add base-x * feat: add base 58 encoding * feat: use new strategy * feat: fix schema * feat: add user access token * feat: add tokens utility * feat: add access token schema * feat: refactor lib * refactor: utils * refactor: session cookie auth middleware * feat: add secure hash * feat: use secure hash * fix: companyId in cookie * refactor: func * feat: add access token middleware * feat: remove default middlewares * feat: add utils for tokens * chore: upgrade packages * chore: remove auth middleware function * feat: add helper middleware * feat: add new middleware * feat: use hono helpers * chore: remove utils * chore: remove type * feat: add migration for access token * feat: access token * feat: add without membership option * refactor: utils * fix: verify util * refactor: change route * chore: fix sidenav * chore: rename wordings * chore: rename router * chore: update file name * core: rename policies * chore: rename apiKey to accessToken and change accessToken route to developer * chore: working with middleware * fix: error messages * feat: keeping it lean and dry * chore: remove un-used files * chore: fix build error * feat: some minor cleanups * feat: return bearer token error if its invalid instead of returning session error --------- Co-authored-by: Puru D <puru@dahal.me>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.