fnp
/
cas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
deployment stuff
[cas.git]
/
src
/
emails
/
oidc.py
1
from . import BASE_DOMAINS
2
3
4
def userinfo(claims, user):
5
return {
6
"email": f"{user.username}@{BASE_DOMAINS[0]}"
7
}