Skip to content

Commit

Permalink
Herb force email validation (#74)
Browse files Browse the repository at this point in the history
* require email verification for social logins

* latest dep

* working login-password

* Added VerifyCode

* signup api

* uses: mathieudutour/github-tag-action@v6.2
  • Loading branch information
ghstahl committed Jun 3, 2024
1 parent 1bfc553 commit 831e8fa
Show file tree
Hide file tree
Showing 39 changed files with 4,051 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- name: Establish tags and versions
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
6 changes: 4 additions & 2 deletions cmd/server/config/idps.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
"multiFactorRequired": false,
"autoCreate": true,
"metadata": {},
"claimedDomains": ["mapped.com"]
"claimedDomains": [
"mapped.com"
]
}
]
}
}
Loading

0 comments on commit 831e8fa

Please sign in to comment.