SauceyRed sauceyred · Your/mom
sauceyred commented on pull request gorb/backend#6 2025-05-04 21:26:30 +00:00
wip/username-regex

Added numbers to regex.

sauceyred pushed to wip/username-regex at gorb/backend 2025-05-04 21:26:11 +00:00
ab5c85c4f5 fix: add numbers to username regex
sauceyred approved gorb/backend#7 2025-05-04 21:16:27 +00:00
wip/authorization-header

Changes work as intended.

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:59:36 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

revoke will not be changed however, we'll have a separate endpoint for logout

Agreed

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:58:29 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

apparently actix has a built in for this, ill implement it

let mut refresh_token_cookie =
sauceyred commented on pull request gorb/backend#7 2025-05-04 20:57:21 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

@sauceyred wrote in #7 (comment):

@radical wrote in #7 (comment):

@sauceyred wrote in #7…

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:51:01 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

@sauceyred wrote in #7 (comment):

@radical wrote in #7 (comment):

@sauceyred wrote in #7…

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:41:43 +00:00
wip/authorization-header

@radical wrote in gorb/backend#7 (comment):

@sauceyred wrote in #7 (comment):

Please add `Set-Cookie: refresh_token={token}; HttpOnly; Secure;…

sauceyred commented on pull request gorb/backend#7 2025-05-04 20:37:36 +00:00
wip/authorization-header

Please add Set-Cookie: refresh_token={token}; HttpOnly; Secure; SameSite=None; Path=/api/; Max-Age=0 to the 401 response of the /refresh endpoint and the 200 response of the /revoke endpoint so…

sauceyred created pull request gorb/backend#6 2025-05-03 01:04:58 +00:00
wip/username-regex
sauceyred pushed to wip/username-regex at gorb/backend 2025-05-03 01:04:24 +00:00
e29940d080 feat: only allow lowercase usernames
sauceyred pushed to wip/username-regex at gorb/backend 2025-05-03 00:21:44 +00:00
b530de8f52 fix: username regex
sauceyred created branch wip/username-regex in gorb/backend 2025-05-02 19:43:50 +00:00
sauceyred pushed to wip/username-regex at gorb/backend 2025-05-02 19:43:50 +00:00
1d4462fe11 fix: username regex
sauceyred pushed to main at gorb/specifications 2025-05-02 19:28:21 +00:00
66c29b147c docs: add users endpoint
sauceyred pushed to main at gorb/specifications 2025-05-02 00:06:27 +00:00
e06eb0c4ba docs: fix last link
sauceyred pushed to main at gorb/specifications 2025-05-02 00:04:19 +00:00
d45796629b docs: fix more links
sauceyred pushed to main at gorb/specifications 2025-05-01 23:57:08 +00:00
ea12d693ed docs: fix links
sauceyred pushed to main at gorb/specifications 2025-05-01 23:49:51 +00:00
2ebb2594d7 docs: attempt to fix markdown link
sauceyred pushed to main at gorb/specifications 2025-05-01 23:42:50 +00:00
142cc5a448 docs: added endpoints and object models
ebab7e4fb3 chore: add .gitignore
Compare 2 commits »