MiniAuth icon indicating copy to clipboard operation
MiniAuth copied to clipboard

[Beta status] Plugin Identity Auth System in ONE Line of Code for your project (Like Swagger)

Results 101 MiniAuth issues
Sort by recently updated
recently updated
newest added

``` using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using MiniAuth.IdentityAuth.Models; using System.Security.Principal; public class MiniAuthIdentityDbContext : IdentityDbContext { public MiniAuthIdentityDbContext(DbContextOptions options) : base(options) { } public DbSet UserOrganizations { get; set; } public...

help wanted

Authorization: Bearer eyJhb

help wanted