hedgedoc/lib/web/auth
David Mehren 08655f06f9
Profile.emails is now a string array 🏷️
Dropbox wrapped their email attribute in another object. We now unwrap this object in the DropboxMiddleware and don't need to special-case the email attribute in User.parsePhotoByProfile and the Profile type anymore.

Signed-off-by: David Mehren <dmehren1@gmail.com>
2020-05-16 21:16:38 +02:00
..
dropbox Profile.emails is now a string array 🏷️ 2020-05-16 21:16:38 +02:00
email auth/email: Redirect on (un)successful registration 2020-04-25 16:04:18 +02:00
facebook auth/facebook: Migrate to AuthMiddleware 2020-04-25 16:04:14 +02:00
github auth/github: Migrate to AuthMiddleware 2020-04-25 16:04:14 +02:00
gitlab auth/gitlab: Migrate to AuthMiddleware 2020-04-25 16:04:15 +02:00
google auth/google: Fix weird type error 🏷️ 🐛 2020-04-25 16:04:17 +02:00
ldap Migrate auth/ldap.js to TypeScript 2020-04-25 16:04:15 +02:00
oauth2 added auth/oauth2.ts 2020-04-25 16:04:17 +02:00
openid Refactored OpenID to typescript 2020-04-25 16:04:16 +02:00
saml added auth/saml.ts 2020-04-25 16:04:15 +02:00
twitter added auth/twitter.ts 2020-04-25 16:04:14 +02:00
index.ts added auth/oauth2.ts 2020-04-25 16:04:17 +02:00
interface.ts Add AuthMiddleware interface 2020-04-25 16:04:13 +02:00
utils.ts auth/utils.ts: Fix type of done callback 🐛 2020-04-25 16:04:16 +02:00