Skip to content

Commit

Permalink
feat: IdentityStore docs
Browse files Browse the repository at this point in the history
BREAKING CHANGE:  Introducing TypeORM - support for more databases
Deprecating some packages.
  • Loading branch information
simonas-notcat committed Mar 13, 2020
1 parent ec9960e commit 190b505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/daf-core/src/identity/identity-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import Debug from 'debug'
const debug = Debug('daf:identity-store')

export class IdentityStore extends AbstractIdentityStore {
/**
*
* @param provider Can be any string. It will be saved next to the Identity
*/
constructor(private provider: string) {
super()
}
Expand Down

0 comments on commit 190b505

Please sign in to comment.