Skip to content

Tags: zebox/auth

Tags

v1.5.1

Toggle v1.5.1's commit message
verify avatar pattern from requests

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow to (re)define dev oauth port (go-pkgz#77)

* allow to (re)define dev oauth port

* add disable mono svc on :8084

* correct docs

* another typo in docs

v1.14.0

Toggle v1.14.0's commit message
missing SameSite passing

v1.13.1

Toggle v1.13.1's commit message
update mongo driver deps

v1.13.0

Toggle v1.13.0's commit message
move requests struct to TelegramHandler

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RBAC with multiple roles and chains-friendly (go-pkgz#66)

* convert rbac middleware to traditional form

* fix test for rbac, not expecting token refresh anymore

* support multiple roles in RBAC middleware

* add rbac test with no role in

v0.12.0

Toggle v0.12.0's commit message
Simple Role Based access control

* auth.RBAC method for handlers
* developers can set optional roles in claims updater claims.User.SetRole

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Microsoft (azure) oauth2 provider (go-pkgz#56)

* add MS azure oauth2 provider

* add support of MS avatars

* simplify loaded avatar flow

* lint: increase allowed complexity

* get rid of single-shot hack server, allow custom http client in avatar loader

* add ms to providers test

* add MS to demo title

v0.10.2

Toggle v0.10.2's commit message
according to doc string /private_data returns json with user info

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-pkgz#44 from paskal/bump_bbolt

Multiple fixes