Commit graph

20 commits

Author SHA1 Message Date
4490cd6a04
Include username and email in ID token 2024-10-05 17:51:21 +05:00
13461897b4
fix: sign id token using client secret 2024-09-21 15:43:35 +05:00
b7d1aff1d1
fix: derive Jason.Encoder for id token 2024-09-21 13:53:06 +05:00
450895110a
feat: set up token signing 2024-09-21 13:39:41 +05:00
3176d05afc
fix(oidc): use user data from temporary code, not from conn.assigns 2024-09-21 12:55:16 +05:00
489c39e16c
feat: draft implementation of oidc protocol 2024-09-17 00:07:00 +05:00
c1a4b839bd
refactor: simplify client id and client secret generation 2024-09-09 21:07:25 +05:00
ba4e90ef51
refactor: use client_id as primary key 2024-09-06 13:12:30 +05:00
d09bcf646e
feat: generate modules for openid apps 2024-09-05 02:27:33 +05:00
750429fc62
feat: fancy admin panel 2024-08-31 17:06:02 +05:00
80743a50f7
refactor: simplify changeset checks, enable spellcheck 2024-08-29 00:38:29 +05:00
7aa77b1604
feat: add the ability to approve users 2024-08-28 00:58:20 +05:00
3f042d1d99
feat: show user list in admin panel 2024-08-26 21:05:11 +05:00
f779c5fd82
feat: save user info and approval status 2024-08-16 00:40:09 +05:00
b2372f4d34
build: add Dockerfile, restore assets.deploy task 2024-08-14 22:28:21 +05:00
5a00fdf843
feat: admin panel for notes 2024-07-29 16:19:47 +05:00
45c91eb3bf
feat: admin panel
I just added is_admin field to user schema, /admin scope,
admin page controller and view.

No extra functions were implemented.
2024-07-28 21:52:12 +05:00
a38d13a16a
feat: notes schema 2024-07-27 23:22:09 +05:00
63c28511e3
feat: generate authentication 2024-07-11 01:14:16 +05:00
c8edc05b27
chore: initialize empty phoenix project 2024-05-27 12:55:41 +05:00