+ Drop supports a variety of "authentication mechanisms". As you enable or + disable them, they are shown on the sign in screen for users to select + from. Click the dot menu to configure the authentication mechanism. +
++ Simple authentication uses a system of 'invitations' to create users. + You can create an invitation, and optionally specify a username or email + for the user, and then it will generate a magic URL that can be used to + create an account. +
++ + + {{ invitationUrls[invitationIdx] }} + +
+ + ++ {{ invitation.username ?? "No username enforced." }} + | + {{ invitation.email ?? "No email enforced." }} +
++ {{ + invitation.isAdmin ? "Admin invitation" : "User invitation" + }} +
++ Expires: + +
+