Commit Graph
20 Commits
Author SHA1 Message Date
KiwiandWyatt Johnson 7e8ef2189d [next] Admin Authentication (#2155)
* feat: Support sign in via E-Mail, and social logins + permission check

* feat: no permission info

* test: unit test

* test: fix remaining tests

* test: add integration tests

* feat: add admin account completion

* test: auth completion feature tests

* fix: translation

* fix: comment marker design

* fix: linting issues

* chore: address pr review comments

* chore: add comment
2019-02-04 21:26:41 +00:00
KiwiandGitHub 065cb4b03a [next] Auth Popup v2 (#2101)
* feat: Implement new Sign In view

* feat: Move forgot + resetPassword to new design

* feat: Implement sign up with new design

* fix: narrow gutter

* test: add unit tests

* test: integration tests

* feat: support show / hide password

* feat: support oauth2 flow

* feat: add views for user completion

* feat: implement oauth2 sign up

* test: fix snapshots

* fix: lint

* fix: get more complete mutation response

* fix: removed array of OIDC integrations

* fix: renamed resolver function

* fix: adapt oidc client implementation

* fix: targetFilter should be stream on signup

* fix: removed unneeded message

* fix: moved password into local profile

* fix: made username optional, removed valid null value

* fix: linting

* fix: respect targetFilter

* feat: support user registration mutations

- Added `setUsername`
- Added `setEmail`
- Added `setPassword`
- Added `permit` to `@auth`
- Added `email` to `User`

* fix: fixed issue with query

* feat: added user password update

* feat: complete sign in mutation

* fix: adapt some rebasing gitches

* test: improve tests

* test: unittest for setting auth token

* fix: failing tests

* test: move most tests from enzyme to react-test-renderer

* fix: remove schema warnings in tests

* test: improve window mock

* test: test different social login configurations

* test: test social logins for sign up

* fix: use htmlFor instead of for

* test: more feature tests

* feat: always go through account completion

* test: feature test account completion

* feat: addtional account completion test

* Update start.ts

* chore: refactor auth token retrieval logic
2018-12-20 22:32:04 +01:00
Chi Vinh Le 942ce366b8 Finish porting to relay-1.7 including types 2018-08-30 23:49:38 +02:00
Chi Vinh Le 885a724876 Make each test independent 2018-08-29 16:02:31 +02:00
Chi Vinh Le 9945c099a7 Add integration tests 2018-08-28 01:35:13 +02:00
Chi Vinh Le f57773393a Better popup size when loading fonts 2018-08-27 17:36:15 +02:00
Chi Vinh Le 39edec79cb Adapt SignIn 2018-08-27 15:51:59 +02:00
Chi Vinh Le 89749926c6 Auto adapt height of popup 2018-08-22 19:29:25 +02:00
Belén Curcio 6fa28d6410 Errors handled by the forms 2018-08-22 10:06:50 -03:00
Belén Curcio e9db68269b Adding styling in the main auth App 2018-08-22 09:41:41 -03:00
Belen Curcio 94ad23ce9b Working validation from the server using CallOuts 2018-08-16 16:21:52 -03:00
Belen Curcio e4ebb2553f Handling error messages 2018-08-16 13:14:47 -03:00
Belen Curcio c40e5c58b2 Adding inner routing between views 2018-08-13 13:52:18 -03:00
Belen Curcio a94e56d45f Adding form validations for Forgot Password, ResetPassword, and more 2018-08-13 13:37:18 -03:00
Belen Curcio b4480f4bf7 Adding SignUp Form Functionality 2018-08-13 13:25:51 -03:00
Belén Curcio 8a7ea9cdef First integration of forms 2018-08-12 23:08:23 -03:00
Belén Curcio 0dfdea0e4e Auth Views 2018-08-09 13:17:45 -03:00
Belén Curcio 52ab434740 Adding SignIn View 2018-08-09 12:01:27 -03:00
Belén Curcio f3403d4223 sign in view 2018-08-09 11:03:13 -03:00
Chi Vinh Le 34fb53b3b0 Add auth target 2018-08-08 01:03:49 +02:00