Lakhan Samani
f2fe584793
feat: add support for SMTP LocalName
...
Resolves #274
2022-10-25 08:18:29 +05:30
Lakhan Samani
287b952dad
fix: forgot password redirect from app
2022-10-24 11:37:42 +05:30
Lakhan Samani
e690066652
fix(server):give higher preference to redirect_uri
...
While using forgot_password redirect URI was ignored if not present
Resolves #275
2022-10-24 11:15:36 +05:30
Lakhan Samani
7fc69dcc55
fix(server): sql server not allow multiple null
...
multiple null values for unique constrained column
is not allowed on sqlserver
Resolves #278
2022-10-21 22:00:16 +05:30
Lakhan Samani
8449821d1b
fix(server): dynamodb tests + provider config
2022-10-21 15:55:54 +05:30
Lakhan Samani
476bdf00fc
fix(server): open_id config
2022-10-21 11:21:21 +05:30
Lakhan Samani
e41f123866
Merge branch 'main' of https://github.com/authorizerdev/authorizer
2022-10-21 11:19:37 +05:30
Lakhan Samani
094782aeca
fix(server): linting issues
2022-10-21 11:19:32 +05:30
Lakhan Samani
1ac060136a
fix: make env vars name more persistent
2022-10-20 16:27:00 +05:30
manoj
820d294130
comments resolved for requireEnv, Provider and test env
2022-10-09 00:49:31 +05:30
manoj
e37472d498
update the local test url for dynamodb
2022-10-08 16:20:16 +05:30
manoj
589af96888
resolve conflict over the db models
2022-10-08 16:07:07 +05:30
manoj
dccc70e5c0
resolve conflict with main branch
2022-10-08 15:47:44 +05:30
Lakhan Samani
e6c4fdff26
fix(server): text type for sql server 2019
...
Resolves #266
2022-10-07 10:13:20 +05:30
manoj
a6d5d4af24
require env condition needed to be added for dynamodb
2022-10-05 15:52:17 +05:30
Manoj
cc4eaa2847
dynamod db index changes added to the schema
2022-10-05 15:32:32 +05:30
Manoj
dba8944565
provider: dynamo-db support added
2022-10-03 01:08:12 +05:30
Lakhan Samani
9cb011e921
feat(dashboard): allow setting admin / app cookie security
...
Fixes #233
2022-10-02 22:01:22 +05:30
ruessej
f1509f90f0
feat: Update generated and models_gen
2022-10-01 18:12:49 +02:00
Jerebtw
bd4d48c7c5
fix: schema.graphqls
2022-10-01 17:57:23 +02:00
Jerebtw
0e3242372b
feat: add app & admin cookie secure variable to dashboard
...
Todo: Generate graphql (i don't work on my PC (Windows))
2022-10-01 17:48:05 +02:00
Lakhan Samani
570a0b9531
chore: update go-gin server to 1.18.1
2022-10-01 17:41:16 +05:30
Lakhan Samani
6f46f1e6ef
chore: update gqlgen to 0.17.20
2022-09-30 15:37:59 +05:30
Lakhan Samani
cfbce17ab8
fix: set same site cookie to none for cross site
2022-09-28 18:42:42 +05:30
Lakhan Samani
aa6601e62c
fix: same site cookie
2022-09-28 18:30:30 +05:30
Lakhan Samani
f5323e0eec
fix(server): update comments for host & cookies
2022-09-28 10:36:56 +05:30
Lakhan Samani
b1bc7b5370
fix(server): set default app cookie to lax mode
2022-09-28 09:51:04 +05:30
Lakhan Samani
536fd87c3c
fix: debug log
2022-09-27 06:45:38 +05:30
Lakhan Samani
837fc781de
fix: remove entries from otp + verification when user is deleted
...
Resolves #234
2022-09-27 00:27:36 +05:30
Lakhan Samani
f91ec1880f
fix: app & admin cookie secure variable type while persisting info
...
Resolves #241
2022-09-27 00:01:38 +05:30
Lakhan Samani
221009bf0a
Merge pull request #229 from ruessej/main
...
feat: Add a option to disable httpOnly cookies
2022-09-15 11:22:27 +05:30
ruessej
6085c2d535
Fix incorrect type
2022-09-14 12:24:19 +02:00
Jerebtw
8e0c5e4380
Make the default value true
2022-09-14 11:56:48 +02:00
Lakhan Samani
993693884d
fix: scope for github auth
2022-09-14 11:45:38 +05:30
Lakhan Samani
aec1f5df53
fix: github endpoint to get user emails
2022-09-14 10:44:01 +05:30
ruessej
195bd1bc6a
Add a option to disable httpOnly cookies
2022-09-12 14:37:42 +02:00
Lakhan Samani
6dafa45051
fix: invalid login message
...
Resolves #224
2022-09-03 21:48:33 +05:30
Lakhan Samani
75a413e5f2
Merge branch 'main' of https://github.com/authorizerdev/authorizer
2022-08-31 11:02:50 +05:30
Lakhan Samani
91bf0e2478
fix: use replace all
2022-08-31 11:02:46 +05:30
Deep-Codes
ff5a6ec301
feat(server): add log to show PORT
2022-08-30 23:35:43 +05:30
Lakhan Samani
4b299f0da2
fix: log
2022-08-29 08:19:11 +05:30
Lakhan Samani
ed8006db4c
Merge branch 'main' of https://github.com/authorizerdev/authorizer
2022-08-29 08:18:42 +05:30
Lakhan Samani
97f6c7d50a
fix: authorize endpoint setting user session
2022-08-29 08:18:20 +05:30
szczepad
f73d1fc588
feat: Adds login via twitter
2022-08-22 09:25:10 +02:00
szczepad
aa232de426
fix: Uses whitespace as seperator for oauth scopes in state-string
...
This is necessary, as the previous delimiter (,) was being redacted
after a redirect. This resulted in the scopes not being correctly
parseable and the state not being fetched correctly after the
oauth-callback
2022-08-22 09:25:10 +02:00
Lakhan Samani
34ce754ef6
feat: bootstrap twitter login config
2022-08-22 09:03:29 +02:00
Lakhan Samani
5f385b2016
fix: remove unused file
2022-08-18 07:21:50 +05:30
Lakhan Samani
4ab775f2c1
fix: apple & linkedin env config
2022-08-13 12:37:04 +05:30
Lakhan Samani
4f81d1969e
fix email template
...
- fix verification types
- add design to cassandra db provider for email_template
- fix default email verification types to include update_email
2022-08-13 11:34:24 +05:30
anik-ghosh-au7
d7f5f563cc
fix: add design to email template
2022-08-11 16:45:59 +05:30