1 write to UserJwtsFilePath
dotnet-user-jwts (1)
Helpers\JwtStore.cs (1)
21program?.UserJwtsFilePath = _filePath;
2 references to UserJwtsFilePath
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (2)
UserJwtsTests.cs (2)
862Assert.NotNull(app.UserJwtsFilePath); 863Assert.Equal(UnixFileMode.UserRead | UnixFileMode.UserWrite, File.GetUnixFileMode(app.UserJwtsFilePath));