Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Persistence layer for MembershipReboot using a PostgreSQL database

License

Notifications You must be signed in to change notification settings

jvandertil/MembershipReboot.Postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MembershipReboot.Postgres

A persistence layer for MembershipReboot that uses PostgreSQL to store the user accounts and groups. Requires PostgreSQL 9.4 or later, as it uses the jsonb type to store the complete account.

This is an opinionated implementation, be free to use it if it fits you. Or if you feel you can improve things, send a PR :).

Work needed around more advanced features: linked accounts and certificates in particular, their performance is probably not very good (see code to understand why).

About

Persistence layer for MembershipReboot using a PostgreSQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages