OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maksim Nabokikh c3bc1d7466
feat: add auth_time, prompt, and max_age fields (#4662)
1 month ago
..
authcode feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
authrequest feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
authsession feat: Create AuthSessions and set cookies (#4650) 1 month ago
connector feat(connector): connectors for grants (#4619) 1 month ago
devicerequest Bump ent (v0.12.4) and example app dependencies (#3166) 3 years ago
devicetoken Bump ent (v0.12.4) and example app dependencies (#3166) 3 years ago
enttest feat: Verify generated files (#2833) 3 years ago
hook feat: implement AuthSession CRUD operations (#4646) 1 month ago
keys Bump ent (v0.12.4) and example app dependencies (#3166) 3 years ago
migrate feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
oauth2client Two-Factor authentication (TOTP) (#3712) 1 month ago
offlinesession Bump ent (v0.12.4) and example app dependencies (#3166) 3 years ago
password feat: add name and emailVerified fields for static passwords (#4526) 2 months ago
predicate feat: implement AuthSession CRUD operations (#4646) 1 month ago
refreshtoken Bump ent (v0.12.4) and example app dependencies (#3166) 3 years ago
runtime chore: update ent generated code 8 months ago
useridentity Two-Factor authentication (TOTP) (#3712) 1 month ago
authcode.go feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
authcode_create.go feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
authcode_delete.go chore: update ent generated code 8 months ago
authcode_query.go chore: update ent generated code 8 months ago
authcode_update.go feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
authrequest.go feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
authrequest_create.go feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
authrequest_delete.go chore: update ent generated code 8 months ago
authrequest_query.go chore: update ent generated code 8 months ago
authrequest_update.go feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
authsession.go feat: Create AuthSessions and set cookies (#4650) 1 month ago
authsession_create.go feat: Create AuthSessions and set cookies (#4650) 1 month ago
authsession_delete.go feat: implement AuthSession CRUD operations (#4646) 1 month ago
authsession_query.go feat: Create AuthSessions and set cookies (#4650) 1 month ago
authsession_update.go feat: Create AuthSessions and set cookies (#4650) 1 month ago
client.go feat: implement AuthSession CRUD operations (#4646) 1 month ago
connector.go feat(connector): connectors for grants (#4619) 1 month ago
connector_create.go feat(connector): connectors for grants (#4619) 1 month ago
connector_delete.go chore: update ent generated code 8 months ago
connector_query.go chore: update ent generated code 8 months ago
connector_update.go feat(connector): connectors for grants (#4619) 1 month ago
devicerequest.go chore: update ent generated code 8 months ago
devicerequest_create.go chore: update ent generated code 8 months ago
devicerequest_delete.go chore: update ent generated code 8 months ago
devicerequest_query.go chore: update ent generated code 8 months ago
devicerequest_update.go chore: update ent generated code 8 months ago
devicetoken.go chore: update ent generated code 8 months ago
devicetoken_create.go chore: update ent generated code 8 months ago
devicetoken_delete.go chore: update ent generated code 8 months ago
devicetoken_query.go chore: update ent generated code 8 months ago
devicetoken_update.go chore: update ent generated code 8 months ago
ent.go feat: implement AuthSession CRUD operations (#4646) 1 month ago
keys.go chore: update ent generated code 8 months ago
keys_create.go chore: update ent generated code 8 months ago
keys_delete.go chore: update ent generated code 8 months ago
keys_query.go chore: update ent generated code 8 months ago
keys_update.go chore: update ent generated code 8 months ago
mutation.go feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
oauth2client.go Two-Factor authentication (TOTP) (#3712) 1 month ago
oauth2client_create.go Two-Factor authentication (TOTP) (#3712) 1 month ago
oauth2client_delete.go chore: update ent generated code 8 months ago
oauth2client_query.go chore: update ent generated code 8 months ago
oauth2client_update.go Two-Factor authentication (TOTP) (#3712) 1 month ago
offlinesession.go chore: update ent generated code 8 months ago
offlinesession_create.go chore: update ent generated code 8 months ago
offlinesession_delete.go chore: update ent generated code 8 months ago
offlinesession_query.go chore: update ent generated code 8 months ago
offlinesession_update.go chore: update ent generated code 8 months ago
password.go feat: add name and emailVerified fields for static passwords (#4526) 2 months ago
password_create.go feat: add name and emailVerified fields for static passwords (#4526) 2 months ago
password_delete.go chore: update ent generated code 8 months ago
password_query.go chore: update ent generated code 8 months ago
password_update.go feat: add name and emailVerified fields for static passwords (#4526) 2 months ago
refreshtoken.go chore: update ent generated code 8 months ago
refreshtoken_create.go chore: update ent generated code 8 months ago
refreshtoken_delete.go chore: update ent generated code 8 months ago
refreshtoken_query.go chore: update ent generated code 8 months ago
refreshtoken_update.go chore: update ent generated code 8 months ago
runtime.go feat: add auth_time, prompt, and max_age fields (#4662) 1 month ago
tx.go feat: implement AuthSession CRUD operations (#4646) 1 month ago
useridentity.go Two-Factor authentication (TOTP) (#3712) 1 month ago
useridentity_create.go Two-Factor authentication (TOTP) (#3712) 1 month ago
useridentity_delete.go feat: add UserIdentity entity and CRUD operations (#4643) 1 month ago
useridentity_query.go feat: add UserIdentity entity and CRUD operations (#4643) 1 month ago
useridentity_update.go Two-Factor authentication (TOTP) (#3712) 1 month ago