diff --git a/.env.example b/.env.example
index d188894de..9250ab9cf 100644
--- a/.env.example
+++ b/.env.example
@@ -4,8 +4,10 @@ NEXTAUTH_SECRET="secret"
# [[CRYPTO]]
# Application Key for symmetric encryption and decryption
-# This should be a random string of at least 32 characters
+# REQUIRED: This should be a random string of at least 32 characters
NEXT_PRIVATE_ENCRYPTION_KEY="CAFEBABE"
+# REQUIRED: This should be a random string of at least 32 characters
+NEXT_PRIVATE_ENCRYPTION_SECONDARY_KEY="DEADBEEF"
# [[AUTH OPTIONAL]]
NEXT_PRIVATE_GOOGLE_CLIENT_ID=""
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index ab21e8828..ffb788c23 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -33,3 +33,4 @@ body:
- label: I have explained the use case or scenario for this feature.
- label: I have included any relevant technical details or design suggestions.
- label: I understand that this is a suggestion and that there is no guarantee of implementation.
+ - label: I want to work on creating a PR for this issue if approved
diff --git a/.github/ISSUE_TEMPLATE/improvement.yml b/.github/ISSUE_TEMPLATE/improvement.yml
index 058a025e7..de2983b67 100644
--- a/.github/ISSUE_TEMPLATE/improvement.yml
+++ b/.github/ISSUE_TEMPLATE/improvement.yml
@@ -1,35 +1,39 @@
-name: 'General Improvement'
-description: Suggest a minor enhancement or improvement for this project
+name: 'General Improvement Request'
+description: 'Suggest a minor enhancement or improvement for this project'
+title: '[Title for your improvement suggestion]'
body:
- - type: markdown
- attributes:
- value: Please provide a clear and concise title for your improvement suggestion
- type: textarea
attributes:
- label: Improvement Description
- description: Describe the improvement you are suggesting in detail. Explain what specific aspect of the project it addresses or enhances.
+ label: 'Describe the improvement you are suggesting in detail'
+ description: 'Explain why this improvement would be beneficial. Share any context, pain points, or reasons for suggesting this change.'
+ validations:
+ required: true
- type: textarea
+ id: description
attributes:
- label: Rationale
- description: Explain why this improvement would be beneficial. Share any context, pain points, or reasons for suggesting this change.
- - type: textarea
+ label: 'Additional Information & Alternatives (optional)'
+ description: 'Are there any additional context or information that might be relevant to the improvement suggestion.'
+ validations:
+ required: false
+ - type: dropdown
+ id: assignee
attributes:
- label: Proposed Solution
- description: If you have a suggestion for how this improvement could be implemented, describe it here. Include any technical details, design suggestions, or other relevant information.
- - type: textarea
- attributes:
- label: Alternatives (optional)
- description: Are there any alternative approaches to achieve the same improvement? Describe other ways to address the issue or enhance the project.
- - type: textarea
- attributes:
- label: Additional Context
- description: Add any additional context or information that might be relevant to the improvement suggestion.
+ label: 'Do you want to work on this improvement?'
+ multiple: false
+ options:
+ - 'No'
+ - 'Yes'
+ default: 0
+ validations:
+ required: true
- type: checkboxes
attributes:
- label: Please check the boxes that apply to this improvement suggestion.
+ label: 'Please check the boxes that apply to this improvement suggestion.'
options:
- - label: I have searched the existing issues and improvement suggestions to avoid duplication.
- - label: I have provided a clear description of the improvement being suggested.
- - label: I have explained the rationale behind this improvement.
- - label: I have included any relevant technical details or design suggestions.
- - label: I understand that this is a suggestion and that there is no guarantee of implementation.
+ - label: 'I have searched the existing issues and improvement suggestions to avoid duplication.'
+ - label: 'I have provided a clear description of the improvement being suggested.'
+ - label: 'I have explained the rationale behind this improvement.'
+ - label: 'I have included any relevant technical details or design suggestions.'
+ - label: 'I understand that this is a suggestion and that there is no guarantee of implementation.'
+ validations:
+ required: true
diff --git a/README.md b/README.md
index 62cfeee72..6d2fab334 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+>We are nominated for a Product Hunt Gold Kitty 😺✨ and appreciate any support: https://documen.so/kitty
+
@@ -13,9 +15,9 @@ · Issues · - Roadmap + Upcoming Releases · - Upcoming Launches + Roadmap
diff --git a/apps/marketing/content/blog/commodifying-signing.mdx b/apps/marketing/content/blog/commodifying-signing.mdx new file mode 100644 index 000000000..0a9cf4050 --- /dev/null +++ b/apps/marketing/content/blog/commodifying-signing.mdx @@ -0,0 +1,87 @@ +--- +title: Commodifying Signing +description: We are creating signing as a public good and are commoditizing it to make it cheaper and better. +authorName: 'Timur Ercan' +authorImage: '/blog/blog-author-timur.jpeg' +authorRole: 'Co-Founder' +date: 2024-01-25 +Tags: + - Vision + - Mission + - Open Source +--- + +- Add and manage your two factor security settings to add an extra layer of security to your - account! -
++ Add and manage your two factor security settings to add an extra layer of security to + your account! +
-+ To update your password, enable two-factor authentication, and manage other security + settings, please go to your {IDENTITY_PROVIDER_NAME[user.identityProvider]} account + settings. +