Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

chore: add rivet-gg to authors of first-party modules #151

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions modules/achievements/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"tags": [
"competitive"
],
"authors": [],
"authors": [
"rivet-gg"
],
"status": "coming_soon",
"scripts": {},
"errors": {}
"scripts": {},
"errors": {}
}
8 changes: 5 additions & 3 deletions modules/analytics/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"tags": [
"analytics"
],
"authors": [],
"authors": [
"rivet-gg"
],
"status": "coming_soon",
"scripts": {},
"errors": {}
"scripts": {},
"errors": {}
}
147 changes: 73 additions & 74 deletions modules/auth_email/module.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,77 @@
{
"name": "Auth Email",
"description": "[INTERNAL-ONLY: use auth_email_password/auth_email_passwordless/auth_email_link.] Authenticating users with email only or an email/password combination.",
"icon": "key",
"tags": [
"core",
"auth",
"user"
],
"authors": [
"rivet-gg",
"NathanFlurry",
"Blckbrry-Pi"
],
"status": "stable",
"dependencies": {
"email": {},
"identities": {},
"users": {},
"tokens": {},
"user_passwords": {},
"rate_limit": {}
},
"defaultConfig": {
"fromEmail": "hello@test.com",
"fromName": "Authentication Code"
},
"scripts": {
"send_verification": {
"name": "Send Email Verification (No Password)",
"description": "Send a one-time verification code to an email address to verify ownership. Does not require a password."
},
"verify_add_no_pass": {
"name": "Verify and Add Email to Existing User (No Password)",
"description": "Verify a user's email address and register it with an existing account. Does not require a password."
},
"verify_login_or_create_no_pass": {
"name": "Verify and Login as (or Create) User (No Password)",
"description": "Verify the email address code and return a userToken to AN account (creates a new account if one doesn't exist). Does not require a password."
},
"verify_link_email": {
"name": "Verify and Link Email Address to User",
"description": "Verify a user's email address and link it to an existing account without allowing login passwordless."
},

"verify_sign_up_email_pass": {
"name": "Verify and Sign Up with Email and Password",
"description": "Sign up a new user with an email and password."
},
"sign_in_email_pass": {
"name": "Sign In with Email and Password",
"description": "Sign in a user with an email and password."
},
"verify_add_email_pass": {
"name": "Verify and Add Email and Password to existing user",
"description": "Verify a user's email address and register it with an existing account. Requires a password."
}
},
"errors": {
"verification_code_invalid": {
"name": "Verification Code Invalid"
},
"verification_code_attempt_limit": {
"name": "Verification Code Attempt Limit"
},
"verification_code_expired": {
"name": "Verification Code Expired"
},
"verification_code_already_used": {
"name": "Verification Code Already Used"
},
"email_already_used": {
"name": "Email Already Used"
}
},
"name": "Auth Email",
"description": "[INTERNAL-ONLY: use auth_email_password/auth_email_passwordless/auth_email_link.] Authenticating users with email only or an email/password combination.",
"icon": "key",
"tags": [
"core",
"auth",
"user"
],
"authors": [
"rivet-gg",
"NathanFlurry",
"Blckbrry-Pi"
],
"status": "stable",
"dependencies": {
"email": {},
"identities": {},
"users": {},
"tokens": {},
"user_passwords": {},
"rate_limit": {}
},
"defaultConfig": {
"fromEmail": "hello@test.com",
"fromName": "Authentication Code"
},
"scripts": {
"send_verification": {
"name": "Send Email Verification (No Password)",
"description": "Send a one-time verification code to an email address to verify ownership. Does not require a password."
},
"verify_add_no_pass": {
"name": "Verify and Add Email to Existing User (No Password)",
"description": "Verify a user's email address and register it with an existing account. Does not require a password."
},
"verify_login_or_create_no_pass": {
"name": "Verify and Login as (or Create) User (No Password)",
"description": "Verify the email address code and return a userToken to AN account (creates a new account if one doesn't exist). Does not require a password."
},
"verify_link_email": {
"name": "Verify and Link Email Address to User",
"description": "Verify a user's email address and link it to an existing account without allowing login passwordless."
},
"verify_sign_up_email_pass": {
"name": "Verify and Sign Up with Email and Password",
"description": "Sign up a new user with an email and password."
},
"sign_in_email_pass": {
"name": "Sign In with Email and Password",
"description": "Sign in a user with an email and password."
},
"verify_add_email_pass": {
"name": "Verify and Add Email and Password to existing user",
"description": "Verify a user's email address and register it with an existing account. Requires a password."
}
},
"errors": {
"verification_code_invalid": {
"name": "Verification Code Invalid"
},
"verification_code_attempt_limit": {
"name": "Verification Code Attempt Limit"
},
"verification_code_expired": {
"name": "Verification Code Expired"
},
"verification_code_already_used": {
"name": "Verification Code Already Used"
},
"email_already_used": {
"name": "Email Already Used"
}
},
"enableConfig": {
"enable": true
}
Expand Down
68 changes: 35 additions & 33 deletions modules/auth_email_link/module.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
{
"name": "Auth Email Linking",
"description": "Link emails to users.",
"icon": "key",
"tags": [
"core",
"auth",
"user"
],
"authors": [
"rivet-gg",
"Blckbrry-Pi"
],
"status": "stable",
"dependencies": { "auth_email": {} },
"defaultConfig": {
"enable": false
},
"scripts": {
"send_verification": {
"name": "Send Email Verification",
"description": "Send a one-time verification code to an email address to verify ownership.",
"public": true
},
"verify_link_email": {
"name": "Verify and Link Email Address to User",
"description": "Verify a user's email address and link it to an existing account without implicitly allowing login."
}
},
"errors": {
"provider_disabled": {
"name": "Provider Disabled"
}
}
"name": "Auth Email Linking",
"description": "Link emails to users.",
"icon": "key",
"tags": [
"core",
"auth",
"user"
],
"authors": [
"rivet-gg",
"Blckbrry-Pi"
],
"status": "stable",
"dependencies": {
"auth_email": {}
},
"defaultConfig": {
"enable": false
},
"scripts": {
"send_verification": {
"name": "Send Email Verification",
"description": "Send a one-time verification code to an email address to verify ownership.",
"public": true
},
"verify_link_email": {
"name": "Verify and Link Email Address to User",
"description": "Verify a user's email address and link it to an existing account without implicitly allowing login."
}
},
"errors": {
"provider_disabled": {
"name": "Provider Disabled"
}
}
}
90 changes: 46 additions & 44 deletions modules/auth_email_password/module.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,48 @@
{
"name": "Auth Email/Password",
"description": "Authenticate users with an email/password combination.",
"icon": "key",
"tags": [
"core",
"auth",
"user"
],
"authors": [
"rivet-gg",
"Blckbrry-Pi"
],
"status": "stable",
"dependencies": { "auth_email": {} },
"defaultConfig": {
"enable": false
},
"scripts": {
"send_verification": {
"name": "Send Email Verification",
"description": "Send a one-time verification code to an email address to verify ownership.",
"public": true
},
"verify_sign_up_email_pass": {
"name": "Verify and Sign Up with Email and Password",
"description": "Verify a user's email address and register a new user with an email and password.",
"public": true
},
"sign_in_email_pass": {
"name": "Sign In with Email and Password",
"description": "Sign in a user with an email and password.",
"public": true
},
"verify_add_email_pass": {
"name": "Verify and Add Email and Password to existing user",
"description": "Verify a user's email address and register it with an existing account.",
"public": true
}
},
"errors": {
"provider_disabled": {
"name": "Provider Disabled"
}
}
"name": "Auth Email/Password",
"description": "Authenticate users with an email/password combination.",
"icon": "key",
"tags": [
"core",
"auth",
"user"
],
"authors": [
"rivet-gg",
"Blckbrry-Pi"
],
"status": "stable",
"dependencies": {
"auth_email": {}
},
"defaultConfig": {
"enable": false
},
"scripts": {
"send_verification": {
"name": "Send Email Verification",
"description": "Send a one-time verification code to an email address to verify ownership.",
"public": true
},
"verify_sign_up_email_pass": {
"name": "Verify and Sign Up with Email and Password",
"description": "Verify a user's email address and register a new user with an email and password.",
"public": true
},
"sign_in_email_pass": {
"name": "Sign In with Email and Password",
"description": "Sign in a user with an email and password.",
"public": true
},
"verify_add_email_pass": {
"name": "Verify and Add Email and Password to existing user",
"description": "Verify a user's email address and register it with an existing account.",
"public": true
}
},
"errors": {
"provider_disabled": {
"name": "Provider Disabled"
}
}
}
Loading
Loading