You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-32Lines changed: 27 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,9 @@
2
2
3
3
The official [Bitwarden Passwordless.dev](https://passwordless.dev) .NET library, supporting .NET Standard 2.0+, .NET Core 2.0+, and .NET Framework 4.6.2+.
4
4
5
-
## Installation
5
+
## Install
6
6
7
-
Install the [NuGet Package](https://nuget.org/packages/Passwordless):
8
-
9
-
- Using the [.NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools):
10
-
11
-
```sh
12
-
dotnet add package Passwordless
13
-
```
14
-
15
-
- Using the [NuGet CLI](https://docs.microsoft.com/en-us/nuget/tools/nuget-exe-cli-reference):
16
-
17
-
```sh
18
-
nuget install Passwordless
19
-
```
20
-
21
-
- Using the [Package Manager Console](https://docs.microsoft.com/en-us/nuget/tools/package-manager-console):
22
-
23
-
```powershell
24
-
Install-Package Passwordless
25
-
```
26
-
27
-
- From within Visual Studio:
28
-
29
-
1. Open the Solution Explorer.
30
-
2. Right-click on a project within your solution.
31
-
3. Click on *Manage NuGet Packages...*
32
-
4. Click on the *Browse* tab and search for"Passwordless".
33
-
5. Click on the Passwordless package, selectthe appropriate version in the
Copy file name to clipboardExpand all lines: src/Passwordless.AspNetCore/README.md
+3-30Lines changed: 3 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,9 @@
2
2
3
3
The official [Bitwarden Passwordless.dev](https://passwordless.dev) ASP.NET Identity integration. Automatically adds endpoints to verify passwordless signin and sign the user in using the existing ASP.NET Identity code.
4
4
5
-
## Installation
5
+
## Install
6
6
7
-
Install the [NuGet Package](https://nuget.org/packages/Passwordless.AspNetCore):
8
-
9
-
- Using the [.NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools):
10
-
11
-
```sh
12
-
dotnet add package Passwordless.AspNetCore
13
-
```
14
-
15
-
- Using the [NuGet CLI](https://docs.microsoft.com/en-us/nuget/tools/nuget-exe-cli-reference):
16
-
17
-
```sh
18
-
nuget install Passwordless.AspNetCore
19
-
```
20
-
21
-
- Using the [Package Manager Console](https://docs.microsoft.com/en-us/nuget/tools/package-manager-console):
22
-
23
-
```powershell
24
-
Install-Package Passwordless.AspNetCore
25
-
```
26
-
27
-
- From within Visual Studio:
28
-
29
-
1. Open the Solution Explorer.
30
-
2. Right-click on a project within your solution.
31
-
3. Click on *Manage NuGet Packages...*
32
-
4. Click on the *Browse* tab and search for"Passwordless.AspNetCore".
33
-
5. Click on the Passwordless.AspNetCore package, selectthe appropriate version in the
0 commit comments