iceshrimp-legacy/packages/client/src/pages/auth.vue

155 lines
3.5 KiB
Vue
Raw Normal View History

<template>
2023-04-08 02:01:42 +02:00
<div v-if="$i && fetching" class="">
<MkLoading />
</div>
2023-04-08 02:01:42 +02:00
<div v-else-if="$i">
<XForm
v-if="state == 'waiting'"
ref="form"
class="form"
:session="session"
@denied="state = 'denied'"
@accepted="accepted"
/>
<div v-if="state == 'denied'" class="denied">
<h1>{{ i18n.ts._auth.denied }}</h1>
</div>
<div v-if="state == 'accepted'" class="accepted">
<h1>
{{
session.app.isAuthorized
? i18n.t("already-authorized")
: i18n.ts.allowed
}}
</h1>
<p v-if="session.app.callbackUrl && !auth_code">
{{ i18n.ts._auth.callback }}<MkEllipsis />
</p>
<MkKeyValue
v-if="session.app.callbackUrl && auth_code"
:copy="auth_code"
>
<template #key>{{ i18n.ts._auth.copyAsk }}</template>
<template #value>{{ auth_code }}</template>
</MkKeyValue>
<p v-if="!session.app.callbackUrl">
{{ i18n.ts._auth.pleaseGoBack }}
</p>
</div>
<div v-if="state == 'fetch-session-error'" class="error">
<p>{{ i18n.ts.somethingHappened }}</p>
</div>
</div>
2023-04-08 02:01:42 +02:00
<div v-else class="signin">
<MkSignin @login="onLogin" />
</div>
</template>
<script lang="ts">
2023-04-08 02:01:42 +02:00
import { defineComponent } from "vue";
import XForm from "./auth.form.vue";
import MkSignin from "@/components/MkSignin.vue";
import MkKeyValue from "@/components/MkKeyValue.vue";
import * as os from "@/os";
import { login } from "@/account";
import { i18n } from "@/i18n";
Migrate to Vue3 (#6587) * Update reaction.vue * fix bug * wip * wip * wjio * wip * Revert "wip" This reverts commit e427f2160adf4e8a4147006e25a89854edab0033. * wip * wip * wip * Update init.ts * Update drive-window.vue * wip * wip * Use PascalCase for components * Use PascalCase for components * update dep * wip * wip * wip * Update init.ts * wip * Update paging.ts * Update test.vue * watch deep * wip * lint * wip * wip * wip * wip * wiop * wip * Update webpack.config.ts * alllow null poll * wip * wip * wip * wiop * UI redesign & refactor (#6714) * wip * wip * wip * wip * wip * Update drive.vue * Update word-mute.vue * wip * wip * wip * clean up * wip * Update default.vue * wip * Update notes.vue * Update mfm.ts * Update index.home.vue * Update post-form.vue * Update post-form-attaches.vue * wip * Update post-form.vue * Update sidebar.vue * wip * wip * Update index.vue * wip * Update default.vue * Update index.vue * Update index.vue * wip * Update post-form-attaches.vue * Update note.vue * wip * clean up * Update notes.vue * wip * wip * Update ja-JP.yml * wip * wip * Update index.vue * wip * wip * wip * wip * wip * wip * wip * wip * Update default.vue * wip * Update _dark.json5 * wip * wip * wip * clean up * wip * wip * Update index.vue * Update test.vue * wip * wip * fix * wip * wip * wip * wip * clena yop * wip * wip * Update store.ts * Update messaging-room.vue * Update default.widgets.vue * fix * wip * wip * Update modal.vue * wip * Update os.ts * Update os.ts * Update deck.vue * Update init.ts * wip * Update ja-JP.yml * v-sizeは単にwindowのresizeを監視するだけで良いかもしれない * Update modal.vue * wip * Update tooltip.ts * wip * wip * wip * wip * wip * Update image-viewer.vue * wip * wip * Update style.scss * Update style.scss * Update visitor.vue * wip * Update init.ts * Update init.ts * wip * wip * Update visitor.vue * Update visitor.vue * Update visitor.vue * Update visitor.vue * wip * wip * Update modal.vue * Update header.vue * Update menu.vue * Update about.vue * Update about-misskey.vue * wip * wip * Update visitor.vue * Update tooltip.ts * wip * Update drive.vue * wip * Update style.scss * Update header.vue * wip * wip * Update users.user.vue * Update announcements.vue * wip * wip * wip * Update emojis.vue * wip * Update emojis.vue * Update style.scss * Update users.vue * wip * Update style.scss * wip * Update welcome.entrance.vue * Update radio.vue * Update size.ts * Update emoji-edit-dialog.vue * wip * Update emojis.vue * wip * Update emojis.vue * Update emojis.vue * Update emojis.vue * wip * wip * wip * wip * Update file-dialog.vue * wip * wip * Update token-generate-window.vue * Update notification-setting-window.vue * wip * wip * Update _error_.vue * Update ja-JP.yml * wip * wip * Update store.ts * Update emojis.vue * Update emojis.vue * Update emojis.vue * Update announcements.vue * Update store.ts * wip * Update page-editor.vue * wip * wip * Update modal.vue * wip * Update select-file.ts * Update timeline.vue * Update emojis.vue * Update os.ts * wip * Update user-select.vue * Update mfm.ts * Update get-file-info.ts * Update drive.vue * Update init.ts * Update mfm.ts * wip * wip * Update window.vue * Update note.vue * wip * wip * Update user-info.vue * wip * wip * wip * wip * wip * Update header.vue * Update header.vue * wip * Update explore.vue * wip * wip * wip * Update webpack.config.ts * wip * wip * wip * wip * wip * wip * Update autocomplete.ts * wip * wip * wip * Update toast.vue * wip * Update post-form-dialog.vue * wip * wip * wip * wip * wip * Update users.vue * wip * Update explore.vue * wip * wip * wip * Update package.json * wip * Update icon-dialog.vue * wip * wip * Update user-preview.ts * wip * wip * wip * wip * wip * Update instance.vue * Update user-name.vue * Update federation.vue * Update instance.vue * wip * wip * Update tag.vue * wip * wip * wip * wip * wip * Update instance.vue * wip * Update os.ts * Update os.ts * wip * wip * wip * Update router.ts * wip * Update init.ts * Update note.vue * Update messages.vue * wip * wip * wip * wip * wip * google * wip * wip * wip * wip * Update theme-editor.vue * wip * wip * Update room.vue * Update channel-editor.vue * wip * Update window.vue * Update window.vue * wip * Update window.vue * Update window.vue * wip * Update menu.vue * wip * wip * wip * wip * Update messaging-room.vue * wip * Update post-form.vue * Update default.widgets.vue * Update window.vue * wip
2020-10-17 13:12:00 +02:00
export default defineComponent({
components: {
2020-02-20 15:07:20 +01:00
XForm,
MkSignin,
2023-04-08 02:01:42 +02:00
MkKeyValue,
},
2023-04-08 02:01:42 +02:00
props: ["token"],
data() {
return {
state: null,
session: null,
fetching: true,
2022-11-16 10:29:18 +01:00
i18n,
2023-04-08 02:01:42 +02:00
auth_code: null,
};
},
mounted() {
if (!this.$i) return;
// Fetch session
2023-04-08 02:01:42 +02:00
os.api("auth/session/show", {
token: this.token,
2023-04-08 02:01:42 +02:00
})
.then((session) => {
this.session = session;
this.fetching = false;
2023-04-08 02:01:42 +02:00
// 既に連携していた場合
if (this.session.app.isAuthorized) {
os.api("auth/accept", {
token: this.session.token,
}).then(() => {
this.accepted();
});
} else {
this.state = "waiting";
}
})
.catch((error) => {
this.state = "fetch-session-error";
this.fetching = false;
});
},
methods: {
accepted() {
2023-04-08 02:01:42 +02:00
this.state = "accepted";
const getUrlParams = () =>
window.location.search
.substring(1)
.split("&")
.reduce((result, query) => {
const [k, v] = query.split("=");
result[k] = decodeURI(v);
return result;
}, {});
const isMastodon = !!getUrlParams().mastodon;
2023-02-28 17:23:04 +01:00
if (this.session.app.callbackUrl && isMastodon) {
2023-03-24 11:55:23 +01:00
const callbackUrl = new URL(this.session.app.callbackUrl);
callbackUrl.searchParams.append("code", this.session.token);
2023-04-08 02:01:42 +02:00
if (!!getUrlParams().state)
callbackUrl.searchParams.append(
"state",
getUrlParams().state
);
2023-03-24 11:55:23 +01:00
location.href = callbackUrl.toString();
2023-02-28 17:23:04 +01:00
} else if (this.session.app.callbackUrl) {
2023-02-10 20:14:33 +01:00
const url = new URL(this.session.app.callbackUrl);
2023-04-08 02:01:42 +02:00
if (
[
"javascript:",
"file:",
"data:",
"mailto:",
"tel:",
].includes(url.protocol)
)
throw new Error("invalid url");
if (
this.session.app.callbackUrl === "urn:ietf:wg:oauth:2.0:oob"
) {
this.auth_code = this.session.token;
} else {
2023-04-08 02:01:42 +02:00
location.href = `${this.session.app.callbackUrl}?token=${
this.session.token
}&code=${this.session.token}&state=${
getUrlParams().state || ""
}`;
}
}
2023-04-08 02:01:42 +02:00
},
onLogin(res) {
login(res.i);
},
},
});
</script>
2023-04-08 02:01:42 +02:00
<style lang="scss" scoped></style>