|
|
e99115e174
|
ezidam + jwt: get key, import private key, create jwt claims and sign them
|
2023-03-18 16:14:26 +01:00 |
|
|
|
ef8d75ecee
|
ezidam + refresh tokens: create and insert refresh token
|
2023-03-18 15:16:15 +01:00 |
|
|
|
bb4ff8a9f8
|
ezidam: oauth: authorize: generate and save authorization code
|
2023-03-16 23:20:27 +01:00 |
|
|
|
471e2fc740
|
authorization_codes: crate, database, insert one
|
2023-03-16 23:15:56 +01:00 |
|
|
|
eb93cbd7ec
|
ezidam, openid: refactor check app in method, verifying and send POST as well
|
2023-03-16 21:38:32 +01:00 |
|
|
|
8ae0c59a25
|
ezidam, openid: check scopes, check response types before getting app
|
2023-03-16 00:05:54 +01:00 |
|
|
|
71b083895d
|
apps: sql + get valid one, get by id, insert, generate app id, generate secret
|
2023-03-15 22:00:04 +01:00 |
|
|
|
a0c0c3fa8f
|
openid: configuration: split scopes and response types in own mods, to be used in ezidam later
|
2023-03-13 23:31:00 +01:00 |
|
|
|
d62cfcd1d9
|
ezidam: added jwks route in well-known
|
2023-03-12 18:46:58 +01:00 |
|
|
|
2d0d6857ce
|
ezidam: added openid configration, well known route
|
2023-03-12 14:08:39 +01:00 |
|
|
|
d790d2ff29
|
users: get user by id, email, username
|
2023-03-11 00:33:58 +01:00 |
|
|
|
2d714f4220
|
generate avatar for users with identicon, cache them
|
2023-03-08 00:16:40 +01:00 |
|
|
|
c670201b86
|
settings: add base url, WIP flash system
|
2023-03-07 08:42:23 +01:00 |
|
|
|
f949f7606d
|
ezidam: conversion of error types
|
2023-03-05 23:36:48 +01:00 |
|
|
|
279f0bfaa3
|
Enum Page to render templates with content from a struct, set html titles, with rocket responder
For each Struct to be rendered in template, put in a mod called "content" for easy importing
|
2023-03-03 22:02:32 +01:00 |
|
|
|
a85c1431c8
|
added settings crate, creating settings on web startup
|
2023-02-27 16:17:51 +01:00 |
|
|
|
f60eb616d3
|
added database_pool crate, for pool handling and migrations
|
2023-02-27 14:36:48 +01:00 |
|
|
|
27d02a0d5c
|
initial commit, empty rocket server
|
2023-02-27 12:25:58 +01:00 |
|