Skip to content

Commit 14a05cc

Browse files
authored
Merge pull request #1 from hi-diego/hi-diego-ServerSideSessions-patch
Update ApiAuthorizationDbContext.cs
2 parents 051adcd + d17c257 commit 14a05cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Identity/ApiAuthorization.IdentityServer/src/Data/ApiAuthorizationDbContext.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ public ApiAuthorizationDbContext(
3333
_operationalStoreOptions = operationalStoreOptions;
3434
}
3535

36+
/// <summary>
37+
/// Gets or sets the user sessions.
38+
/// </summary>
39+
/// <value>
40+
/// The keys.
41+
/// </value>
42+
public DbSet<ServerSideSession> ServerSideSessions { get; set; }
43+
3644
/// <summary>
3745
/// Gets or sets the <see cref="DbSet{PersistedGrant}"/>.
3846
/// </summary>

0 commit comments

Comments
 (0)