Jonatan Kłosko
07aaea11b4
Separate apps from auth and improve apps navigation ( #2322 )
2023-11-06 09:08:28 +01:00
Jonatan Kłosko
98662bf6f8
List password-protected apps on the auth page ( #2284 )
2023-10-18 18:41:04 +02:00
Jonatan Kłosko
52df405aca
Add support for multi-instance apps ( #1913 )
2023-05-19 19:40:56 +02:00
Jonatan Kłosko
92bb567645
Make the app list on auth screen live ( #1836 )
2023-03-29 01:02:07 +02:00
Jonatan Kłosko
96c24d7002
List public apps on the auth screen ( #1757 )
2023-03-07 23:37:57 +01:00
Jonatan Kłosko
4334e8a58e
Add access control to apps ( #1715 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-18 01:16:42 +01:00
José Valim
190a4cffd3
Do not crash when giving token to password and vice-versa ( #1574 )
2022-12-12 11:52:45 +01:00
Alexandre de Souza
2eb601d32a
Improve authentication form feedback for the user ( #1543 )
2022-11-22 14:56:42 -03:00
ByeongUk Choi
120eb2d0ef
Redirect after authentication ( #1112 )
...
* auth token mode routes /authentication
* redirect after authentication with session
* Apply code review
* Apply suggestions from code review
* Apply suggestions from code review
2022-04-15 14:24:35 +02:00
ByeongUk Choi
5606326203
Handle token auth under the same /authenticate route as password ( #1104 )
...
* auth token mode routes /authentication
* Update lib/livebook_web/controllers/auth_controller.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-04-13 18:51:28 +02:00
José Valim
c4d06d877e
Move auth to its own view
...
Prior to this PR the HTML head was being
included twice on the password auth page.
One from root.html and another from the
error page, so we decoupled those.
2021-04-16 22:18:59 +02:00
José Valim
57047f9c7f
Unify env variables and change auth to use session ( #195 )
2021-04-15 15:50:29 +02:00
Jakub Perżyło
a9c8e20775
Password access ( #187 )
2021-04-15 14:15:56 +02:00