rogueserver/api/account
Frederico Santos fa57f5997f
Added support for Discord OAuth2 (#25)
* Need a login check

* chore: Add Discord OAuth2 authentication endpoint

chore: Update dependencies and clean up code

chore: Update dependencies, add Discord OAuth2 authentication endpoint, and clean up code

chore: Update dependencies, add Google OAuth2 authentication endpoint, and clean up code

Code clean up

uniqueness on external account id

chore: Add Discord and Google OAuth2 authentication endpoints, and update dependencies

code review fixes

* chore: Update prodHandler to use clienturl flag for Access-Control-Allow-Origin

* chore: Refactor FetchDiscordIdByUsername and FetchGoogleIdByUsername to handle null values

* chore: Set secure and same-site attributes for session cookie

* chore: Set session cookie expiration to 3 months

* Update callback URL for Oauth2 client in docker-compose and rogueserver.go

* Update callback URL for Oauth2 client in docker-compose and rogueserver.go

---------

Co-authored-by: Matthew Olker <matthew.olker@gmail.com>
2024-07-27 18:41:44 -04:00
..
changepw.go Relicense under AGPL 2024-04-29 17:26:46 -04:00
common.go Set ArgonMaxInstances to number of cores 2024-05-08 20:08:10 -04:00
discord.go Added support for Discord OAuth2 (#25) 2024-07-27 18:41:44 -04:00
google.go Added support for Discord OAuth2 (#25) 2024-07-27 18:41:44 -04:00
info.go Added support for Discord OAuth2 (#25) 2024-07-27 18:41:44 -04:00
login.go Added support for Discord OAuth2 (#25) 2024-07-27 18:41:44 -04:00
logout.go add foreign key constraint on client session table 2024-05-14 14:33:53 +02:00
register.go hotfix: move save data to DB (#2) 2024-05-07 17:10:33 -04:00