You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/vendor/github.com
Willem van Dreumel 01d957677f Oauth2 consumer (#679)
* initial stuff for oauth2 login, fails on:
* login button on the signIn page to start the OAuth2 flow and a callback for each provider
Only GitHub is implemented for now
* show login button only when the OAuth2 consumer is configured (and activated)
* create macaron group for oauth2 urls
* prevent net/http in modules (other then oauth2)
* use a new data sessions oauth2 folder for storing the oauth2 session data
* add missing 2FA when this is enabled on the user
* add password option for OAuth2 user , for use with git over http and login to the GUI
* add tip for registering a GitHub OAuth application
* at startup of Gitea register all configured providers and also on adding/deleting of new providers
* custom handling of errors in oauth2 request init + show better tip
* add ExternalLoginUser model and migration script to add it to database
* link a external account to an existing account (still need to handle wrong login and signup) and remove if user is removed
* remove the linked external account from the user his settings
* if user is unknown we allow him to register a new account or link it to some existing account
* sign up with button on signin page (als change OAuth2Provider structure so we can store basic stuff about providers)

* from gorilla/sessions docs:
"Important Note: If you aren't using gorilla/mux, you need to wrap your handlers with context.ClearHandler as or else you will leak memory!"
(we're using gorilla/sessions for storing oauth2 sessions)

* use updated goth lib that now supports getting the OAuth2 user if the AccessToken is still valid instead of re-authenticating (prevent flooding the OAuth2 provider)
7 years ago
..
Unknwon Added all required dependencies 8 years ago
blevesearch Search bar for issues/pulls (#530) 8 years ago
boltdb/bolt Fix master builds on mips* again (#815) 8 years ago
boombuler/barcode Two factor authentication support (#630) 8 years ago
bradfitz/gomemcache Added all required dependencies 8 years ago
coreos Integrate public as bindata optionally (#293) 8 years ago
davecgh/go-spew Vendor github.com/stretchr/testify for the assert package 8 years ago
denisenkom/go-mssqldb Enables mssql support (#383) 8 years ago
dgrijalva/jwt-go Git LFS support v2 (#122) 8 years ago
elazarl/go-bindata-assetfs Integrate public as bindata optionally (#293) 8 years ago
facebookgo Support http service graceful restart (#416) 8 years ago
go-macaron Add ETag header to avatars (#721) 8 years ago
go-sql-driver/mysql Added all required dependencies 8 years ago
go-xorm update xorm for fixing bug on processor BeforeSet and AfterSet when Find a map (#987) 7 years ago
gogits Dropped github.com/gogits/go-gogs-client vendored dep 8 years ago
golang Integrate public as bindata optionally (#293) 8 years ago
gopherjs/gopherjs Integrate public as bindata optionally (#293) 8 years ago
gorilla Oauth2 consumer (#679) 7 years ago
issue9/identicon Added all required dependencies 8 years ago
jaytaylor/html2text Added all required dependencies 8 years ago
jtolds/gls Added all required dependencies 8 years ago
juju/errors Integrate public as bindata optionally (#293) 8 years ago
klauspost Added all required dependencies 8 years ago
lib/pq Added all required dependencies 8 years ago
markbates/goth Oauth2 consumer (#679) 7 years ago
mattn/go-sqlite3 Added all required dependencies 8 years ago
mcuadros/go-version Added all required dependencies 8 years ago
microcosm-cc/bluemonday Added all required dependencies 8 years ago
msteinert/pam Added all required dependencies 8 years ago
nfnt/resize Added all required dependencies 8 years ago
ngaut Integrate public as bindata optionally (#293) 8 years ago
petar/GoLLRB Integrate public as bindata optionally (#293) 8 years ago
pingcap Integrate public as bindata optionally (#293) 8 years ago
pmezard/go-difflib Vendor github.com/stretchr/testify for the assert package 8 years ago
pquerna/otp Two factor authentication support (#630) 8 years ago
russross/blackfriday Added all required dependencies 8 years ago
satori/go.uuid Added all required dependencies 8 years ago
sergi/go-diff Added all required dependencies 8 years ago
shurcooL/sanitized_anchor_name Added all required dependencies 8 years ago
steveyen/gtreap Search bar for issues/pulls (#530) 8 years ago
stretchr/testify Unit tests for token and update models 8 years ago
syndtr/goleveldb Integrate public as bindata optionally (#293) 8 years ago
twinj/uuid Integrate public as bindata optionally (#293) 8 years ago
ugorji/go Integrate public as bindata optionally (#293) 8 years ago
urfave/cli Added all required dependencies 8 years ago